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">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!