Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Launching a webpage

Status
Not open for further replies.

rissac

Technical User
Joined
May 9, 2003
Messages
79
Location
IN
Does anyone know the code to launch a web page from the hard drive?

Serge Eustache
 
You can create a clickable link to a web page by attaching this behavoir script to a sprite, like a text member or graphic button:

[tt]on mouseUp me
goToNetPage "
end[/tt]

Hope this helps.
 
Hello MidWest,

Actually I have had success using the code that you provided. But I haven't had any success trying to find a behavior that will launch a webpage from the hard drive. Do you know how I could modify the code so I could launch a web page from the hard drive? (i.e. C:/temp/index.html)



Serge Eustache
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top