|
| ||||||||||
| Tags: design iframe, iframe, iframe border, remove border |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| How to Implement iframes in a form
|
|
#2
| |||
| |||
| Re: How to Implement iframes in a form
The problem is that the containing page (home.jsp) and the contained iframe (hierarchy.jsp) are two completely different request, two completely different pages that dont talk to each other and dont know each other. If filter.jsp is one level up from the current JSP, then "../filter.jsp" would be the right one. "/../filter.jsp" doesn't make sense as an URL. "/" is already at the highest directory level; it's not possible to go one level up from there using "..". |
|
#3
| ||||
| ||||
| Re: How to Implement iframes in a form
Is there any way to detect the target of whatever event causes the page to unload? I would be especially interested to hear how they propose preventing the user from disconnecting the cable that connects them to the internet, or turning the computer off at the wall. |
|
#4
| |||
| |||
| Re: How to Implement iframes in a form
Using onunload or onbeforeunload event handlers is fraught with danger - popup blockers often disable these events from being able to be fired. If you assign a listener directly to onbeforeunload or onload you'll overwrite the listeners that dojo needs to assign. Those things are generally used in an HTA and are useless for much else. This group assumes cross- browser internet use unless otherwise specified. |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to Implement iframes in a form" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Will using iFrames hurts SEO | Weeraz | Software Development | 7 | 21-02-2012 06:42 AM |
| Problem of iframes | Hashim | Software Development | 3 | 21-11-2009 07:19 PM |
| How to use $_GET in iframes | BansiJ | Software Development | 2 | 26-08-2009 09:54 PM |
| Embed iframes in Flash | Chain-SmokeR | Technology & Internet | 3 | 13-07-2009 11:59 AM |
| what is the Best way to remove/replace iframes? | squirekat | Software Development | 4 | 25-10-2008 05:59 PM |