|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database 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 functions
I have a page with an iframe. The URL of the page is in a variable who gets the URL-string from a DB.
Is it possible to call the get_url-function after everything else: I open the page, everything is loading except the iframe, and when that is done and I can read the content, the iframe loads. Maybe I should use javascript..? |
|
#2
|
|||
|
|||
|
So you just want an i-frame populated based on a parameter passed in the URL?
Just run your query based on the parameter, and then put that value into the iframe. If you want it to change dynamically without reloading the page, that isn't possible with php, you'll have to use something client side (java, jscript, vbscript). |
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > Loading functions |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|