|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
loading documents
how do i load a document into the current window. i do have the complete url of the document.
|
|
#2
|
|||
|
|||
|
hey,
welcome to the devarticles forum!! when you say load a document, do you mean load another page inside the current page? Could you specify a little more about what you mean! thanks!! |
|
#3
|
|||
|
|||
|
when someone visits my site and they are on a particular page, i have a button that when pressed should load a different page.
|
|
#4
|
|||
|
|||
|
you could do the following
<form action="somepage.html" target="_blank"> <input type="submit" value="Click to launch page"> </form> or create an image of a button, and hyperlink it to the new page.. <a href="newpage.html" target="_blank"><img src="xx.gif"></a> Hope that helps!! |
![]() |
| Viewing: Dev Articles Community Forums > Programming > JavaScript Development > loading documents |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|