Adding text to Slideshow script for images Programming Web Development by schwarznavy … Flash). Additionally, it is not a problem if they have Javascrpt disabled, because then they'll just see the first image… Javascript newby needs help Programming Web Development by jmorhous I have an external javascript from which I wish to call a function from another external javascrpt. For the life of me I cannot figure out how to do it. Thanks in advance for the help, Jeff Close popup window after submit then redirect to parent Programming Web Development by rakwel10 … where them. pls guide me. Ime really a newbie in javascrpt... p.s.: I use [B]window.open[/B] to open… Ajax for image slider does not work. Programming Web Development by Virangya … using php and for sliding and timing intervals i used javascrpt and ajax. through back end of the systems can edit… How to pass PHP array into a Javascript function? Programming Web Development by bisibee82 …>"; /*timer column goes here, this should 'call' the Javascrpt timer*/ echo"<td><div class=defaultCountdown… Re: Simple question: Popup page to post data to mother page Programming Web Development by langsor …, but at least it's easy stuff to do in JavaScrpt :-) And, since you're using javascript anyway, you might as… the parent page (like a normal form) and then use javascrpt to make the form go away if javascript is there… Re: Simple question: Popup page to post data to mother page Programming Web Development by derekcpt …, but at least it's easy stuff to do in JavaScrpt :-) And, since you're using javascript anyway, you might as… the parent page (like a normal form) and then use javascrpt to make the form go away if javascript is there… Re: Running external JavaScript file at ASP Server Programming Web Development by vsmash … semi colons as line endings and your call to external javascrpt should not have runat="server" and it should…;/body> </html>[/CODE] Your external javascript is javascrpt and should have document.write rather than response.write EJSF… Re: cgi Digital Media UI / UX Design by redsabre …?[/QUOTE] LOL - I know some HTML, a "little" javascrpt, a very little Perl, and absolutely no PHP. I'll… Re: Printing using Web Control Print button VB.NET Programming Web Development by Partydude4 …; then ... or how do I capture the value of the javascrpt? I'm also getting the following error message: Compiler Error… Re: Rollover/Mouseover Digital Media UI / UX Design by f1 fan … new floating banner. It is cross browser compatible and uses javascrpt. I use asp.net to build them on the fly… Re: javascript Programming Web Development by gobinaga [QUOTE=gobinaga;1274274]how to import external javascript in html[/QUOTE] use this following code <head> <script language="javascript" charset="utf-8" src="javascrpt.js"> </script> </head> Re: Dynamically change a php page? Programming Web Development by almostbob in javascrpt or in the swf player once the page is sent to the browser php is DONE Re: Stuck starting on Xpath Programming Software Development by iceandrews … your local machine? Are you trying to do this in javascrpt? Are you trying to do java or C#? How is… Re: Great Change Community Center Meta DaniWeb by baig772 in old look, there was some javascrpt code given by dani web to embed in site on basis of reputation points, solved threads. if i am not wrong then its name was member badge. Re: jcarousel issue in mozilla firefox Programming Web Development by diafol Isn't this javascrpt? Want to move? what is difference between javascrpt and JSP? Programming Web Development by allena please anybody tell me the difference between javascript and jsp. Re: what is difference between javascrpt and JSP? Programming Web Development by buddylee17 JavaScript is executed by the browser on your local machine. JSP is executed by the server which hosts the site. So when you visit a page written in jsp, the server executes the jsp and then delivers the page across the internet connection to your browser. If any JavaScript is in the page, your browser will then execute it. Re: what is difference between javascrpt and JSP? Programming Web Development by Luckychap Javascript is client-side scripting language which is used to intract with the client at front ent ie Brower. Where as JSP is server-side scripting which enables us to write code in java and use java classes to perform various operation such as database intraction etc. and to generate HTML on the basis of database like generating HTML-table to show… Re: what is difference between javascrpt and JSP? Programming Web Development by peter_budo [QUOTE=Luckychap;629482]JSP is server-side scripting[/QUOTE] [QUOTE=buddylee17;628983]a page written in jsp,[/QUOTE] You correct on the point that JSP is server side, however it is not either above, but [quote=http://java.sun.com/javaee/5/docs/tutorial/doc/bnagy.html]A JSP page is a text document that contains two types of text: static data, … Re: what is difference between javascrpt and JSP? Programming Web Development by Luckychap Hi peter_pudo, You have mentioned: "For the main difference JSP is Java web technology that is product of Sun Microsystems, where JavaScript is product of Netscape " can you explain what is the use of JSP if it is not used as server-side scripting. As far as I know when ever we want to entract with the server we have to use some … Re: what is difference between javascrpt and JSP? Programming Web Development by R0bb0b I am not a Java developer so I may be speaking out of turn here, but don't you have to install Java on the local machine in order to run it? If that's the case then can you actually classify it as a server side language? Re: what is difference between javascrpt and JSP? Programming Web Development by Luckychap If ur sever is on Local machine then u have to installed java else it should be in the server. Re: what is difference between javascrpt and JSP? Programming Web Development by peter_budo Yes, you need only Java if you try to run local server for what ever purpose (testing, small company intranet) otherwise JSP page is on visitor request translated to plain HTML format. JSP is presentation layer for all work done by logic layer in servlet. JSP as said is a mixture of HTML elements and JSP. The JSP elements are small chunks of … Re: what is difference between javascrpt and JSP? Programming Web Development by Luckychap JSP are compiled to .class files, that is equivalent to java .class files. Then why it is wrong to do database connecivity on JSP. To show data from database we have to connect to database, wether we are doing it in servlet or JSP all are same coz they are all compiled to .class files. Re: what is difference between javascrpt and JSP? Programming Web Development by peter_budo [QUOTE=Luckychap;630388]Then why it is wrong to do database connecivity on JSP.[/QUOTE] [B]Efficient and effective work[/B] While you learn basics of Java web development you are not doing complex stuff. Once you start real life job you have to take care of various things and if you intend to do while job with scriplets ( small chunks of … Re: what is difference between javascrpt and JSP? Programming Web Development by Luckychap "While you learn basics of Java web development you are not doing complex stuff" And what is that complex stuff. can u please explain me. Re: what is difference between javascrpt and JSP? Programming Web Development by allena What variables we use in JavaScript? Re: what is difference between javascrpt and JSP? Programming Web Development by it2020645 Ah hello i'm 23 years old right now hehehehe. No just joking, the simple answer is JSP java server pages which can be created in java platform(you need it to test your code, first its actually more powerful than any (Common Gateway Interfaces)CGI. And java script runs on what SAMS book and I ahmm command line interpreter(meaning it execute the code… Re: what is difference between javascrpt and JSP? Programming Web Development by R0bb0b So you can't make programs out of PHP, JavaScript, Ruby, ASP, BASIC, Perl?