Page 1 of 1

form issue

Posted: Wed Dec 08, 2004 5:39 pm
by irishmike2004
Hello:

I am using a button a to follow a link inside of a nested frame deep inside a page. There are two framesets, the main one and then the one inside the main frame from the first one. I have a form which acts as a link and needs to get outside the frame, when you push the button it returns "invalid resource"... I think I need a target, but what to target... I want this to go out to the web?

here is the code:

Code: Select all

<FORM METHOD="link" ACTION="http://'.$servip.':'.$scport.'/listen.pls">
<INPUT TYPE="submit" VALUE="LISTEN">
the servip and scport translate into http://rtealdev.no-ip.com:8000/listen.pls

This should open the stream in winamp or iTunes. It works when it is not in a frame. it also works to type the url into a browser. Like I said it might need a target but don't know what to put there... tried target="_parent" and "_self" but no dice...

Hope someone has worked with nested frames and can help me!

Posted: Thu Dec 09, 2004 5:59 am
by DrHoliday
What about target="_blank"?

Wolfgang

Posted: Thu Dec 09, 2004 6:44 am
by irishmike2004
that just yeilds "invalid resource" in a brand new browser.

Posted: Thu Dec 09, 2004 6:45 am
by irishmike2004
Thinking of redoing without frames, but have some questions regarding that... believe that should probably be a new thread, but if anyone thinks of something to help, feel free to post here, but I think we are going to go in a different direction.