Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
Programming Q&A
Resize and include an html file [JavaScript]
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Macemore" data-source="post: 196959" data-attributes="member: 6113"><p>so I have the following code open my hotel client:</p><p>[code]</p><p>function myPopup2() {</p><p>window.open( "/client/client.php", "myWindow", "status = 0, height = 569, width = 744, resizable = 0" ) }</p><p>[/code]</p><p>In that page, what I want to do is at the bottom have a "help" link and when you click it, it expands the window (extends the bottom) to show a help page (eg. help.html), how do I do that?</p></blockquote><p></p>
[QUOTE="Macemore, post: 196959, member: 6113"] so I have the following code open my hotel client: [code] function myPopup2() { window.open( "/client/client.php", "myWindow", "status = 0, height = 569, width = 744, resizable = 0" ) } [/code] In that page, what I want to do is at the bottom have a "help" link and when you click it, it expands the window (extends the bottom) to show a help page (eg. help.html), how do I do that? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
Programming Q&A
Resize and include an html file [JavaScript]
Top