on 2004 Nov 15 4:40 PM
Hi Guys,
Is there a way to pass some fields of one BSP page to another? I am trying to pass some fields from one page to another, but the problem is that the page is opened in another window, using the java script: 'javascript:window.open' . Thanks.
Regards,
Conrad
Thread marked as a question for giving points.
Message was edited by: Mark Finnern
The URL you use in the javascript:window.open just give it Parameters.
javascript:window.open("mypage.htm?param1=<%=myvalue%>","")
The OnRequest of the page when it opens should read those values well enough. Then again it is late and I've not tested it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
82 | |
12 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.