Just like what happens when you click Sign in with OpenID on http://twitterfeed.com/, I want my login frame displays in the center of the window, and only when some ...
i cant get my main form's button from frame by javascript.I am getting button's ID by querystring then i execute following script but cant get button.When i write parameter's name such ...
I have a main page that contains a frameset with some frames. I need to access and set the text of a button inside one of my frames from a javascript ...
I have used two frame in my web page... the below frame contain the validation of user for login information like username and password....
There is a button named "Login" which ...
dv = document.createElement('div'); // create dynamically div tag
dv.setAttribute('id', "lyr1"); // give id to it
dv.className = "top"; // set the style classname
...
__________________ Three gigs for the secretaries fair Seven gigs for the system source Nine gigs for the coders in smoky lairs One disk to rule them all, one disk to bind them One disk to hold the files, and in the darkness grind'em --------------------------------------------------- It is by caffeine alone that I set my mind in motion. It is by the beans ...
Hi, I was wondering if there is a way to attach only the main frame to the page back and forward buttons of the browser. Fox example, on the main page there is a link with a target tag in it, pressing the page back key will fist show the previus page on the target frame, but that's not what i ...
hi friends, need a help i'm working with a C#.net application where i need to load lot of iframes dynamically,this frame loading works successfully,but when i click the browser back button(IE) i have to click twise to load the full page,when i click back first time it loads the iframe and next time the other page is there a way to ...
Yep, the first link in previous post will answer your question. You have to keep in mind that each frame or window has his own history. So if you use history.go(-1) it only applies to the current frame. You'll need to point to your main frame and use the go method of that history object. Regards