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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hey old.. 2

Status
Not open for further replies.

coldfused

Technical User
Jan 27, 2001
2,442
US
what would be the code for the buttons to call the new htmls to that green.htm location..
e.gif


carlsatterwhite@endangeredgraphics.com
 
Carl,
Code:
on (press) {
    getURL ("[URL unfurl="true"]http://www.yahoo.com/",[/URL] "mainsite");
}

on (press) {
    getURL ("[URL unfurl="true"]http://yourserver.com/movie.swf",[/URL] "mainsite");
}

on (press) {
    getURL ("[URL unfurl="true"]http://www.snapon.com/",[/URL] "_blank");
}
The last one opens a new window!

;-)
 
Maybe you could help Horrid understand Vladi's problem!

Carl, may be around the CGI forum... That's where he spent all of last night!

;-)
 
dave please hve a look in the cgi forum..at my last post..i have made it up to a certain point but i'm stuck on one thing..if you would please have a look and see if you can help.
will be appreciated..
e.gif


carlsatterwhite@endangeredgraphics.com
 
thanks francois..
e.gif


carlsatterwhite@endangeredgraphics.com
 

going to have a look at the cgi.

I just left Vladi's cookie problem (with haste) ;-) I'd need more time than I have tonight/this-morning to sift through that. Solved his PHP prob last night but the system was down, so thanks for reminding me about vladi, better upload the text-version I saved last night.

dave
dave@pinkzeppelin.com

^^^^^^^^^^^^^^^^^^^^^​
 
Carl

I take it you meant the CHMOD question? I posted a reply but I'll put it here as well cos it's pretty simple to understand. I take it ou're using an FTP software such as Cute or WS? When you've uploaded the file, right-click on it and select CHMOD.. from the pop-up menu, then change the numbers to suit the requirements of the readme file you quoted from. It basically just lets the server know which files can be written-to/executed-by the user.

Anyway, in case you're interested, this place has some excellent PHP scripts with full explanations. You'll find Forums, Guestbooks, the lot. AND, say you select to look at the PHP Forum scripts, there will be a link at the bottom to a sister CGI site which has Forums/whatever available in CGI format


dave
dave@pinkzeppelin.com

^^^^^^^^^^^^^^^^^^^^^​
 
yep.thanks man..will get back to it after the lakers/sixers game..if you didn't see the other post yet check cgi for my last question..

will return in about an hour!
e.gif


carlsatterwhite@endangeredgraphics.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top