eiteljoh
Jan 30 2005, 04:40 AM
| | Hello. I have an HTML frameset, with, lets say 2 frames. Frame A and Frame B. The user goes and navigates around, then makes an update within frame B, which in turn requires a refresh of frame A. Does anyone know how to do this? Prefereably I would like to do it in HTML, then if not possible, in JavaScript, then if not possible Perl.
But I have a feeling it's doable in JS, but can't work out exactly the heirarchy for the page within a frame. Any ideas?? Thanks. |
Reply
jordanliuhao
Jan 30 2005, 07:02 AM
"then makes an update within frame B" I'm not sure what's the meaning of this. I suppose it may be page reload or text change. Anyway, you need define a event processor for it. In the event processor, use top.frame[0] to reference frame A to load another page. But there are a limitation, the page in frame A and frame B should be from the same domain. The security in IE forbid access between frames from different domain. If so, you need reload the whole window. The server return a new frame set and frames. From the user view, there is no much difference to the previous solution. QUOTE(eiteljoh @ Jan 29 2005, 11:40 PM) Hello. I have an HTML frameset, with, lets say 2 frames. Frame A and Frame B. The user goes and navigates around, then makes an update within frame B, which in turn requires a refresh of frame A. Does anyone know how to do this? Prefereably I would like to do it in HTML, then if not possible, in JavaScript, then if not possible Perl. But I have a feeling it's doable in JS, but can't work out exactly the heirarchy for the page within a frame. Any ideas?? Thanks.
Reply
Similar Topics
Keywords : refreshing, frame, page
- My First Website
Where can i find useful web page templates? (3)
Trap17 Registration Page Linkage Errors
(2) Hello all, I am a new member to the forums, and hope I can be of service to you all. As I came
across this hosting service I noticed a couple links on this page:
http://www.trap17.com/forums/free-web-host...ation-t106.html The broken link is located in 2
places where the "--> Register" link is under both here, REMEMBER :: No one is going to snatch
away your account. So take your time, Relax and then post at the forums. Don't post in a hurry
to simply get an Account. You will get it at any cost, provided you make GOOD posts. Get it in a
good way. You are expe....
I Can't Find The Password Reset Page... [resolved]
(5) I can't find the password reset page (I know it costs credits to request) Can anyone give me
the link please to that page, it has other options too if i remember. Thanks....
Cant Log Into Cpanel [resolved]
Page cant be displayed (11) Help I can not log into cpanel. I just upgraded to IE-7 and now I can not get into my Cpanel. what
the page is telling me is this. QUOTE Internet Explorer cannot display the webpage Most
likely causes: You are not connected to the Internet. The website is encountering problems. There
might be a typing error in the address. What you can try: Diagnose Connection Problems
More information This problem can be caused by a variety of issues, including: Internet
connectivity has been lost. The website is temporarily unavailable. The D....
My Ro Page
(4) I designed my own website and code it xD this website is for my server JevilRO www.jevilro.com....
Plot Page Help Invisionfree
(0) I've made a few boards with invisionfree before, but I have no idea of what a plot page is or
how to make one. can someone help me out?....
Page Load Error When Trying To Get Into Control Panel
I just changed domain (2) I had put a domain name that I didn't have when I registered my website. I got the 15 credits
and changed it to a subdomain. Now I can't log into my control panel. At first it was telling me
I had the wrong password which I'm sure I don't. Now I just get a timed out error. Also my
confirmation email for changing my domain was kinda blank. QUOTE Hi, This mail is to notify
you that your domain has been changed to : Regards, trap17.com So yeah... any help? EDIT:
Also I don't see my request to change domain the proper forum I had attempte....
Php Linking
Ned help to do this through a internal portal page. (2) OK I'm trying to create an internal php page to link to my main sites index.html page.
Here's the code that's automatically generated when I click on the Create Php page link.
CODE <?php /* Write code inserting output inside variable $content as in following
example. You have DB connection, all global vars and all MKPortal and Forum functions at your
availability */ $nome = $mkportals->member['name'];
$content="Hi $nome"; So, how would I change this so it links to my sites
index.html page? PS I....
Web Page Designing
(5) as a beginner how we can start to learn web page designing....
How To Implement A Date Picker On A Web Page
(0) Some pages may need users to input date values. It would be nice if the users just need to click and
pick and done. This way we may also eliminate the possible input errors. Below is the code I used to
implement this. You may want to save it as datepicker.js for other web pages to use. I also attached
3 files for you to download. All you need to do is unzip the 3 files to a directory under any web
server and start trying it. If you are using jsp, you can refer to the submited field by adding
something like request.getParameter("date1") to your page. If you're using....
World Of Warcraft And Vista With Choppy Frame Rates
(2) I am simply irate as to not knowing why this is happening. My friend is running Vista Home Basic.
Apparently it was working well until I touched the machine and optimized Vista, disabling services
that she didn't need and turning off the eye candy that would slow the machine down. (It's a
Dell Inspiron 1501, by the way.) Now when she runs World of Warcraft in her usual windowed mode, it
exhibits very choppy frame rates... as in that it pauses/becomes unresponsive every second. However,
when she maximizes the windowed mode it runs perfectly fine. I have not tried....
Redirecting Visitors To Different Page
Explains two methods. (8) Well, almost all of you would have experienced redirecting pages while you were downloading
something on the net. Redirecting users to new pages is a fact of life when programming dynamic
websites. The primary reason is that you often need to redirect a user after making session state
changes. For example, when you add an item to a shopping cart, you want the user to go to a page
such as the current shopping cart, and you don't want to add another one of the same item to the
cart again if you reload that shopping cart page. The same case if you developed guestbook w....
Naming Web Page Files
Which way you like- MyPage.html or my-page.html or my_page.html (9) Everybody talks about meta tags, keywords, good title names and how they can increase page rankings,
etc. But I was wondering whether the page name itself holds any value in indexing. Yes, I am
talking about the web page file names (some-thing.html) NOT the one which you put in title tags. I
am going to express my views and want to know what you think is correct. I have seen pages named in
various ways like these: 1) my_web_page.html 2) DoYouLikeMyPage.html 3) hey-see-my-webpage.html (I
think this way is more appropriate) 4) this.is.a.page.html (somewhat confusing) ....
PHP Function To Add Previous and Next Page Feature
useful php function (5) CODE <?php function navigationbar($start_number = 0, $items_per_page = 50,
$count) { // Creates a navigation bar $current_page =
$_SERVER["PHP_SELF"]; if (($start_number < 0) ||
(! is_numeric($start_number))) { $start_number = 0; }
$navbar = ""; $prev_navbar = ""; $next_navbar =
""; if ($count > $items_per_page) { $nav_count = 0;
$pag....
Need Help To Increase The Page Rank Of Website!
(2) Hi everybody, I am dealing in online business and looking for some tips to increase the page rank of
my website. In this I need some helps from you people. Please suggest me some tips so that I can get
good traffic to my website and get more benefits. Your any suggestion will be highly appreciated.
Thanks in advance! ....
Adding Flash Music Player To Home/any Page
How-to (put any song you want!!!) (4) Want to put music on all pages (near the top)? Want any song you want? Well heres how! Place the
following IN PLACE of the tag (paste in while thats highlighted. The text in red you HAVE to
replace with the song url. The text in green is OPTIONAL (whether you want it to autostart or not.
Right now it doesnt, if you want it to replace no with yes.) Of course place this in Admin
Cp>>>Skinning and Styles>>>Board Wrappers>>>Header and Body QUOTE REPLACE THIS
WITH YOUR SONG URL &autoStart= no " /> src="http://www.podbean.com/podcast-au....
Page Load Error When Accessing Cpanel
(0) Not sure what the issue is. I cannot even load up any of the cpanel's to allow me to put in a
password. I have tried the link that is located in the Credit System 2.0 I have tried the links
with subdomain/cpanel I have tried the links with subdomain:2082 All 3 of these just give page
load errors. Please note : This isn't a "my password doesn't work" thread. This is a "I
can't even get cpanel to TRY to load" thread. Thanks in advance.....
How To Make An Item Scroll With You On The Page.
(10) ok im not sure where or how to really ask this... but you can find an example at
http://www.demonoid.com the ad that is on the right side scrolls with you basically to the bottom
of the page. I know they use an iframe but can you show me how that works or what makes it do that?
i tried to copy the source and css but it did not work.. any advice?....
What Is Your Home Or Start Page?
(19) I've had Yahoo! as my start page for many years. I'm wondering if there's a better
start page out there. I remember using Excite several years ago, but their home page now looks
outdated. Do you design your own start pages? If so, what's on it?....
Web Page Layouts
using Cascading Style Sheets (6) Here are a set of three Web pages I wrote a long time back when I was first starting to develop
sites. The first one is a two columned page with a full length sidebar for navigation links. There
are two that are identical except the sidebar positions are reversed. Another is "one way" to create
a three column layout. And lastly, a 'framed' look on a page. These are not
'fancy', you will need to look into the code and colourize it to suit, maybe set a width and
centre it if you want, whatever... Please feel free to snag the source and develop the pages....
Web Page Tree Menu: Style Sheet - Javascript
(6) I got bored and lazy working on the things that I should do... so I end up creating this tree menu
for anyone to use if they find it interesting. Well the idea is to create a tree menu in a webage.
Instead of those linear menu it would be better to add more dynamic to your webpage with a tree
menu. Others use image rollovers. As expecte the tree menu should behave like the one in Windows
Explorer. When you click a node depending on its state it will pull down or pull up its chlid nodes.
I have achieved by exploiting one style sheet property, display . Basically this s....
Google Page Creator Updated
(4) Google Page Creator currently enables Google Account holders to create single pages, with up to
100MB of storage. The company provides a free URL at http://username.googlepages.com to access the
pages a user creates. Google says Page Creator does not currently support making full "sites" of
content. Creating a page using the service requires just a few mouse clicks, and although it's
still an early beta release, industry analysts and pundits say it already shows promise. "From the
Page Manager, click on the title of the page you want to edit. This will take you to ....
Scrolling Images?
How to Make an Image Scroll With the Page (5) I'm trying to make my homepage look a little fancier and I've got a nice background image,
but I want it to scroll with my page, like if you scroll down the image will still appear like it
does on the top of the page. Can someone tell me how to do this? I'm using Microsoft Frontpage
to edit it. I'm not sure what programming language this would be, probably CSS or Javascript,
but I can edit the page script with Notepad or something to make this work. Right now the page is
purely HTML, so whichever language this is, can somebody also give me the tags and ma....
Help In Ipb 2.1.6 Portal Page
plaese help me (2) hi any 1 know how can a add my topics in ipb poratl page in my server i uploaded ipb 2.1.6 plaese
tell me. like this site.....
Google To Take On Geocities
Google Page Creator (53) Well I just found out about a new webhosting service offered by Goolge, the highly imaginatively
titled Google Page Creator, its your basic (ie not very good) free webhosting services, with the
massive advantage of its name being preceded by the all powerful Google. I havent extensively used
the service but I will atempt a brief overview of the service. The basic service consists of the
usual what you see is what you get (WYSIWYG), which is allows novice users to create pages with no
knowlegde of HTML (I'm sure you all know ho wthey work). It comes in the usual temp....
Problem With Page Redirect
Help me out with this problem... (8) hey ppl, i just wanted a little help...i designed this website, but i want that if i click on
certain link, it should open new page for few seconds and then browser should automatically redirect
me to some other page....i tried this with header() function but i couldnt do the wait n redirect
part, ... so somebody plz help.... -thanx in advance! Thanks Avalon, topic changed. ....
Refresh Page After Back Button Hit
(11) Hi. I have a page that is dynamically build through DOM manipulation. So, when I browse outside the
page, and then click back, those dynamically created DOM objects are gone. Since I am also using JSP
/ Servlet technology, I can rebuild this page easily, which I have done. Here is my dilemma. If
the user leaves the dynamic page, then clicks back on their browser, I need the page they are going
back to to refresh. I can't figure out how to do this. I've tried using the META tag, but it
won't do it. Help would be appreciated. Thanks. ....
How To Create Java Button Or Frame
to be customized (14) hi to all!!!! just like to ask if it would be possible if i could make a custom
button or frame in java. i got tired of using the build infeatures in java. i would like to create
my own dessign of button or frame.. can it be possible!!! /biggrin.gif' border='0'
style='vertical-align:middle' alt='biggrin.gif' /> thank!!!! /laugh.gif'
border='0' style='vertical-align:middle' alt='laugh.gif' /> New Help In! is NOT a descriptive
topic title. Next time you decide not to follow the posting rules, you will be issued a w....
Button To Print Current Web Page
(14) Hi, Does anyone know how to create a button that will printo out the current page. What I want to
do is have the user fill out a form (containing name, address, zip, etc). They will then click on a
"print" button and it will print out the form data. Any ideas? Thanks.....
Php Unique Hit Counter
Count page hits with php. (29) Hello all, Here is a neat and helpful PHP script that can count unique page views on your website.
First you need to open up a new page in your text editor and paste in this code. CODE <?php
$filename = "hits.txt"; $file = file($filename); $file =
array_unique($file); $hits = count($file); echo $hits; $fd
= fopen ($filename , "r"); $fstring = fread ($fd , filesize
($filename)); fclose($fd); $fd = fopen ($f....
Looking for refreshing, frame, page
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for refreshing, frame, page
*MORE FROM TRAP17.COM*
|
advertisement
|
|