Here it is:
Add this script to <HEAD> section:
function loadAll() {
parent.frame1.location.href= "first.htm";
parent.frame2.location.href= "second.htm";
}
Add this to navigation frame:
<a href="javascript:loadAll()">first and second</a>
Dont forget to...
Hi Sergei!
Sorry, but it seems that you cannot do this.
I think it's impossible to track the position in text field/area where mouse is clicked and cursor is positioned.
Hi calista!
You can NOT define your own tags. What you can do is to redefine the existing ones using:
1. classes: .classname { }
2. selectors: #selector { }
You may even combine both of them like this:
<p class="this_one" id="that_one">
It's quite enough to create...
Hi RainerOesterlein!
I looked trough your code and didn't find anything bad. Sorry, have no time to test it.
Try to change onBlur="Check(fld_eingabe10)"
to this:
onBlur="Check(this.value)"
function Check(Eingabefeld)
{
if (Eingabefeld == "")
. . . .
Hope it...
Hi wvmikep!
>>The IE Problem: There's a gap between
>>the right edge of the table and the scrollbar
>>of the browser. (works in Netscape)
I have IE5.0 and don't see any gap.
>>The Netscape (4.7) Problem: The black
>>vertical lines (left and right side of menu)
>>are displaying as too...
Hi Jeanne!
Everyting you are talking about is absolutely useless.
If a user clicks on a link that means that he does want to save file and you don't have to ask again.
All you need is just a simple link:
<a href="something.jpg">something.jpg</a>
If you think that your users don't...
Hi dougrun!
Let's see what we have here:
if (statement) && (statement)
....
there is an error here and correct one is this:
if ( (statement) && (statement) )
I'm quite sure that this is the major problem of your script.
Andrew | starway@mail.com
>>I have been told that you can determine where the back button actually takes you.
It's not true. You cannot affect on stardart toolbar buttons of a browser.
What you can do, however, is to use history.go() function, applied to a link (text or image):
<a...
Hi soonkhoo!
It's good to hear that someone is interested in this extraorginary product!
In general there are much more pros for using Opera than cons - ease of use, features, speed (page loading as well as files downloads), built-in mail client and ICQ-compatible messanger, standarts...
Hi MikeT!
This is what I use in this case:
insert a new table row
...
<tr>
<td colspan='total_number_of_cols' bgcolor='line_color' background='backgr.gif' style='font-size:1pt'>NBSP</td>
</tr>
...
NBSP is & n b s p ; char (without spaces).
backgr.gif - is a transparent image. It's height...
Hi Rydel,
a little correction to your list:
I think you may through away old browsers (v.3 and earlier), but should add Opera - navigator.appName == "Opera"
Hi joyster!
Did you place <select>, <input> and other form elements inside <FORM> ... </FORM> tag?
If not, this won't work in Netscape Navagator.
Andrew | starway@mail.com
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.