I have hyperlink, <a class='navbar' href="http://my.calendars.net/colchestercamra/">Diary</a>, that points to a calendar. What I want to be able to do is jump...
Hi , I have stucked with a simple prob in java script. I put a alert button in prgm and after clicking that , the prgm should stop flowing. I my prgm after...
Arvind - all you need to do is put a 'return false' in :- if (first.R1C3_HOURS.value<0 || first.R1C4_HOURS.value<0) { alert("cannot be negetive"); return...
Hi Arvind, try ...... one thing keep the statement as if ((first.R1C3_HOURS.value<0) || (first.R1C4_HOURS.value<0)) ... From: "arvind arakotaram jayanth"...
Vaishali s
vaishalis@...
Jul 12, 2004 8:07 am
1303
Razee, Thanks for your assistance, I will sign up with a Java group and rejoin this one when I take Javascript classes. Kate Razee Marikar...
Hi Kate, It sounds as though you are trying to compile a program which is something other than a .java file. You talk about the language JavaScript which of...
Terence Bunch
terencebunch@...
Jul 13, 2004 11:37 am
1305
Hi All, I am in trouble. We have developed a web site. It is working fine on Internet Explorer. Website uses HTML, ASP, OO4O for Oracle Database. Problem is...
Does anyone know how to replace <a href="url" target="_blank"> with window.open, keeping the window settings the same, i.e. same size, same toolbars, etc. I've...
I thought "_blank" was a new window setting ... From: Atkinson, Robert [mailto:ratkinson@...] Sent: Tuesday, July 13, 2004 10:29 PM To: 1stJavaScript...
OK - think I've sussed it... If you specify anything in the 'features' (window.open(URL, name [, features]) parameter, then "_blank" is ignored. Rob. ... ...
Dear Vijay, Check carefully html code. NN is very sensitive to html tags especially for closing tags. DOM is working completely different in IE and NN. Check...
Hi Atkinson, You can do this <script language = "javascript"> function somefunctionname() { ...
Vaishali s
vaishalis@...
Jul 14, 2004 7:09 am
1311
Hello,Vljay can u elaborate what exactly problems u r facing with NN? vaishali ... From: "Garg, Vijay" <Vijay.Garg@...> To:...
Vaishali s
vaishalis@...
Jul 14, 2004 7:09 am
1312
Hey Aravind, Simple problem. make the following modifications: <html> <head> <script language = "javascript"> function chk(){ if (first.R1C3_HOURS.value<0 ||...
www.js.brimonet.com i set up a website to provide some free javascripts to people, examples include: clocks, calculators, html editor, and more check it out,...
Can you expand on your question. Do you have a current site and what's its address? What language do you want to go from and to? Rob. ... From: contact me...
Hi Robert, Thanks for getting to me. I am a student currently studying Internet for Business and web design. Presently, I am only able to use HTML. I dont have...
Ah - a completely different kettle of fish - thought you meant programming languages! There is no way to automatically change the text based on the recipients ...
Thank you that is great help. Terence Bunch <terencebunch@...> wrote: Hi Kate, It sounds as though you are trying to compile a program which is something...
Hai, I am in need of blocking (disabling ) viewsource , can you give some idea or piece of code for disabling view source ? . I will be waiting for your reply....
habibul rahman
habib_synergix@...
Jul 23, 2004 12:39 pm
1322
... Make your code unreadable. Use something like my www.scriptpacker.com :-) website is out of date code program now is for free. I may have put Version 2.0...
roland@...
Jul 23, 2004 2:23 pm
1323
I am a beginner in Javascript. I am using drop down menus that I got free from the Internet but I made some changes on it. I would now like to make the...
I just found a wonderful menubar, that even drops down over the lower frame. Very beautifully and with warm design and even submenus. Have a look at...
roland@...
Jul 24, 2004 10:05 am
1325
Hello, You can disable view source in most modern browsers (or at least IE and Netscape) with this code: var myMessage='Sorry... function not allowed'; ...
Dear sandrapinzon, More cross browser drop down menus at: http://www.softcomplex.com/download.html Friday, July 23, 2004, 10:22:46 PM, you wrote: s> I am a...
I'm using some code based from trans4mind.com for a double dropDown menu. I'm having some problems getting it to work with Netscape. I've tried adding some if...
Hello, I roved the menus with Netscape 7.1 and they all worked, except the page about writing a menu with a menu, which I have corrected. Which page doesn't...