|
-
passing variables with query string
Does anybody have any experience passing vaiables with the query string ?
I'm trying to pass and integer ( 0 to 2 ) to be able to go to a certain picture slide depending on what picture they clicked.
Below is the code I inserted, Is there something special we have to do in koolmoves to make it work ?
any help would be greatly appreciated.
thanks
<param name="movie" value="tstarksmp.swf?slideNum=slideNumber" />
<embed src="tstarksmp.swf?slideNum=slideNumber" width=224 height=324
bgcolor="#ffffff" quality="high" loop="true"
type="application/x-shockwave-flash"
pluginspace="http://www.macromedia.com/go/getflashplayer" />
<a
href="javascript:NewWindow=window.open('tstarksss. html?slideNumber=0','newWi
na','width=510,height=510,left=10,top=10,
toolbar=No,location=No,scrollbars=No,status=No,res izable=No,fullscreen=No');
NewWindow.focus();
void(0);">
<a
href="javascript:NewWindow=window.open('tstarksss. html?slideNumber=1','newWi
na','width=510,height=510,left=10,top=10,
toolbar=No,location=No,scrollbars=No,status=No,res izable=No,fullscreen=No');
NewWindow.focus();
void(0);">
<a
href="javascript:NewWindow=window.open('tstarksss. html?slideNumber=2','newWi
na','width=510,height=510,left=10,top=10,
toolbar=No,location=No,scrollbars=No,status=No,res izable=No,fullscreen=No');
NewWindow.focus();
void(0);">
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|