I haven't looked at you code, but here s a quick example which might help you recode
http://www.b3ta.cr3ation.co.uk/data/htm/radioselect.htm
good luck.
Type: Posts; User: VatsaL; Keyword(s):
I haven't looked at you code, but here s a quick example which might help you recode
http://www.b3ta.cr3ation.co.uk/data/htm/radioselect.htm
good luck.
real-time cooking with javascript
http://www.jibble.org/cookies.php
or was is "cookie"ing?
thanks, iframe on the same page is kinda easy, I can manage that.
real problem arises, when I dip into a situation like now, n can't find the easy road.
thanks, anyways.
hey thanks for replyin, but I really need to work with an <iframe> !!
to be more precise again,
Taking into consideration the example at http://scratchpad.50webs.com/iframe/index.htm,
If I...
Just change
var Book_Vertical_Turn=0;
to
var Book_Vertical_Turn=1;
full code:
Not sure about iframes, but here s what you can do with frames:
http://javascript.internet.com/forms/pass-textbox-frames.html
hope it helps,
VatsaL
lol
http://www.google.com/search?hl=en&lr=&q=collapsible+javascript+menu
there are literally billions out there, and also try searching with keywords like
"vertical" or "horizontal",...
Well, I did digg out something much similar, here s another demo, using iframes:
http://scratchpad.50webs.com/frames
but, the only problem is, that the script displays 2 iframes, but I just...
hello everyone :)
I am trying to make a page which would take a "entered" on search query from the previous page and display results in google with that query in an <iframe> in the results.htm...
There are millions of em out there
http://www.google.co.uk/search?hl=en&q=timed+self+closing+window&meta=
not sure about the alert though;
but you could try these, theyre known to work:
Thanks, that worked perfect!
Hello all,
Any idea how I can attain a horizontal split background with space in middle, without any images like this?
http://www.b3ta.cr3ation.co.uk/data/gif/bg.gif
That happened with me the 4th time this week.
Is this what you mean?
<INPUT onclick="self.location.href=('http://google.com')" type=button value="I do not Agree">
Hello everyone
I am using a search form which, on submission, uses document.write to produce a page with two frames.
this is the document.write code:
function search2(item){
...
Hello all..
I am using this script which openes a page with frames in a popup window with a set page-size.
function search2(item){
stringPlus();
...
Sorry for not being precise earlier, I meant that the <div> for the calculator buttons didn't appear.
I just realised, that it did appear, but I didnt see it as I had <body scroll=no>.
However,...
I'm using a calculator script inside a <span>, and it seems javascript:void(0); dosent work when inside the <span>, but it does when I remove the <span> and <div> tags. Here is the <span> code i'm...
Well I dont know about this one, but you can try this one, which looks pretty simple to me:
http://jscode.com/js_random_image.shtml,
or even other billions of random image scripts out on the web:...
depends, you can either use flash or javascript.
flash: http://www.oreillynet.com/pub/a/javascript/2004/09/03/flashhacks.html
I dont think its really worth the effort, since any type of...
I am using the Tab content script [ http://www.dynamicdrive.com/dynamicindex17/tabcontent.htm ]
inside the AJAX tab script [ http://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/index.htm ]...
I found a script lets you customise radio buttons by replacing the default style with desired images.
The radio button works fine, however, the problem is that it does not select itself when you...
ok, so is it possible to display like a paragraph of just simple text through document.write or something similar with javascript?
I tried that with simple .htm files, which didnt work.
Is it possible for for .htm or similar to do the same thing with it or is it just restricted to .php?
Ive come across many sites displaying a page or a part of page with this type of code.
here s an example:
<script src= http://www.gocurrency.com/v2/gocurrcalc_t.php?id=53> </script>
Does...