Web Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsWeb DesignWeb Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
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  
Old November 23rd, 2004, 07:27 AM
virgil virgil is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Nov 2004
Posts: 3 virgil User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question Help with HTML IFrames

Hi Friends,
Thanks in advance.

My problem is related to I frames.
I am displaying a Map image with two buttons Zoom in and
Zoom out.
When the user clicks on these buttons I am submitting
the zoom values and depending on that the Image is zoomed.
I want only the map image to be refreshed when the user
clicks on the zoom buttons.
I dont want the other contents on the page to be refreshed.
Can anyone suggest how it can be done.
The code is as follows:--

<IFrame src="Map.jsp" width="400" height="600" scrolling="no" frameborder="1">
</IFrame>
The Map.jsp contains an <img> tag which holds the map and the other buttons.

Anyhelp will be grateful.I am new to working with frames.

Reply With Quote
  #2  
Old April 14th, 2005, 11:51 AM
march109 march109 is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2005
Posts: 7 march109 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 4 m 33 sec
Reputation Power: 0
From personal experience of iframes I don't think the rest of the page will be refreshed if you click on the buttons provided they are sending the details direct to the map.jsp, if however this is not the case why not put an iframe inside an iframe example

main page->
<html><body>
<P>My Page contents here!</P>
<IFRAME SRC="Mymap.html" name -"mymap"></iframe>
</body></html>



Mymap.html ->
<html><body>
<iframe SRC="map.jsp"></iframe>
// two buttons code here!
</html><body>

Reply With Quote
  #3  
Old April 14th, 2005, 12:23 PM
Damann Damann is offline
Registered User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2005
Posts: 15 Damann User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 49 m 8 sec
Reputation Power: 0
other way:

<iframe src="Map.jsp" name="map"></iframe>
Zoom Buttons:
<a href="Map.jsp__Actions__" target="map">

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsWeb DesignWeb Development > Help with HTML IFrames


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 5 hosted by Hostway