PDA

View Full Version : get url (I think it is the right command)


sralok
12-19-2002, 08:04 PM
I made a menu bar for a site, then I placed it in the top frame on an html page. Now what i want to do is when u click on the certain buttons it loads the asp page in the frame below the top frame.

I hope I made sense.

sralok

binkyboo
12-19-2002, 08:22 PM
on (release) {
getURL("fileName.asp", "frameName_goes_here");
}

Hope this helps!
:)

sralok
12-19-2002, 08:24 PM
thanks you very very much. That worked. The thing i wasn't sure on was how to tell were to place it.

thnx
sralok