Ask a Question related to Dreamweaver AppDev, Design and Development.
-
James Brown #1
Querystrings in HTML/javascript
Hi
I am passing a querystring to a html page as I would to say an asp page, so
[url]http://www.mysite.com/mypage.html?thepopup=page2.html[/url]
I want to use the querystring to open up a particular pop up window
(page2.html in the case above) but I don't know how to 'capure' the
querystring on the page in javascript (the pop-up code is no problem)
//psuedo pop up code
varpopup = Querystring("thepopup")
document.window.open = Querystring
Thanks for any help
James Brown
James Brown Guest
-
Accessing swf or javascript in different html
Hi, From my understanding, the swf instance can communicate with other swf instance through the LocalConnection class. Also, the flex application... -
HTML, XHTML, CSS, JAVASCRIPT
:confused; With all the hoopla about HTML etc. What do you experts recommend (and Dreamweaver supports) as the best method of the day? HTML or XHTLM... -
Javascript to generate HTML
I have 2 needs for my webstie that require javascript. I can edit and kind of read javascript, but not write it. Can you help me find, or write... -
Includes with querystrings
I need to include 3 files that have grabbed database info using a parameter passed in their querystrings. I keep getting a 'file not found' error... -
query about querystrings
I've been building an Intranet app; and have used hidden fields exclusively to pass one or two things from one page to another. However, now I... -
gareth #2
Re: Querystrings in HTML/javascript
Have a look at this article, should help:
[url]http://www.eggheadcafe.com/articles/20020107.asp[/url]
--
Gareth - TMM Dreamweaver
[url]http://www.dreamweavermxsupport.com/[/url]
[url]http://www.garethdp.com/[/url]
PHP Login Suite V2 - 34 Server Behaviors to build a complete Login system.
[url]http://www.phploginsuite.co.uk/[/url]
Co-Author: Dreamweaver MX: Instant Troubleshooter - Apress
Co-Author: Practical Intranet Development - Apress
Co-Author: Dreamweaver MX: Advanced PHP Web Development - Apress
Co-Author: Dreamweaver MX: PHP Web Development - Wrox
gareth Guest
-
James Brown #3
Re: Querystrings in HTML/javascript
Thanks Gareth, followed this article and got it working.
Thanks for the pointer
james..
"James Brown" <tony@gamesexpress.co.uk> wrote in message
news:d3uirc$3m3$1@forums.macromedia.com...> Hi
>
> I am passing a querystring to a html page as I would to say an asp page,
> so
>
> [url]http://www.mysite.com/mypage.html?thepopup=page2.html[/url]
>
> I want to use the querystring to open up a particular pop up window
> (page2.html in the case above) but I don't know how to 'capure' the
> querystring on the page in javascript (the pop-up code is no problem)
>
> //psuedo pop up code
>
> varpopup = Querystring("thepopup")
>
> document.window.open = Querystring
>
>
> Thanks for any help
>
> James Brown
>
James Brown Guest



Reply With Quote

