.NET Framework - Good Editors

Asked By capt edgar
07-Jan-10 09:40 AM
Hi there
can u suggest some good jscript editors please?
I am a newbie to programming

regards
Antechinus
(1)
Javascript
(1)
Editors
(1)
Regars
(1)
Emailaddress
(1)
Jscript
(1)
Dots
(1)
  Evertjan. replied to capt edgar
06-Jan-10 05:02 PM
capt edgar wrote on 06 jan 2010 in microsoft.public.scripting.jscript:


Any good text editor will do.

I use http://editpadpro.com/

btw, better say "Javascript".


--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
  Hot-text replied to capt edgar
25-Jan-10 11:37 AM
http://www.yaldex.com/Free_JavaScript_Editor.htm  <<< do the Free JS Editor
First >>
  Andrey Pashentsev replied to capt edgar
11-Feb-10 03:38 PM
You can try Antechinus JavaScript Editor - editor special for js.


??????????????????:


--
Regars, Andrey
(Say no to IE6 too: http://ie6no.org)
Create New Account
help
How can I put this javascript in external .js file? .NET Framework hi asp.net 3.5 When I view the source of my site I see some javascript generated in the html: / / <![CDATA[ var theForm = document.forms['aspnetForm']; if (!theForm) { theForm = document.aspnetForm _ _EVENTTARGET.value = eventTarget; theForm._ _EVENTARGUMENT.value = eventArgument; theForm.submit(); } } / / ]]> Wonder if I could remove this javascript from the page and put in a .js file? I wonder how to do that?This is not like any other javascript I know about, this javascript is generated in the html output from the webserver.So I suppose some technique must be implemented which stop the html output from generating the javascript if the javascript instead existsin a .js file. . . . Any suggestions? ASP.NET Discussions IIS (1) FireFox (1) AatmtoheymoveenowThe (1) Webmasters (1) Javascript (1) Impossiple (1) Existsin (1) Adverts (1) w .So rom This is a postback handler
not need. Hal Expression Web Designer Discussions Expression Web (1) Bit (1) Hal Hal (1) Javascript (1) Microsoft (1) Search engines (1) Hal explained on 04 / 09 / 2010 : And you probably do not need it. Javascript, on the other hand may be required. Java and javascript are two very different animals javascript will run on most browsers, java is limited to those users that have a Java to us : So he provided a solution that will fail in browsers that cannot run javascript for any reason - some search engine spiders for instance. Browsers that use text to speech to learn to :-) ). But, as a newbie, is the www not loaded with webpages containing javascript. By the way, I like the presentations from Maxdesign and study them. Hal Hal wrote : Yes - but a good designer will not allow the lack of javascript to stop navigation. And looking at global stats produced by some sites suggest 5% or so of users have Javascript disabled. In my site turning off JavaScript also prevents the galleries from working as they
Javascript Popup Window .NET Framework I welcome alternatives . . . . .Question though is why I cannot get an old standard javascript popup window to work. Script and link seem to pass without any EW indicated errors Is: = = = = = = = More. . .< / a> < / li> Thanks, Sarah Expression Web Designer Discussions Expression Web (1) Disabilities (1) Javascript (1) PopWindow (1) Olympics (1) Narrator (1) Rusynko (1) Blocker (1) Change: to Note the addition of the single quotes around the URL, which changes an un-declared JavaScript object property into a string. - - Ron Symonds Microsoft MVP (Expression Web) http: / / www.rxs-enterprises better, replace the # with the URL of a web page that warns the user that JavaScript is required and may need to be enabled. Hans-Georg Or make the popup degradable, for those w / JavaScript disabled, and SEO friendly onclick = "popWindow('articles / AnniversaryReactions.pdf'); return false;"> Read More. . .< / a> - - _ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ __ better, replace the # with the URL of a web page that warns the user that JavaScript is required and may need to be enabled. Hans-Georg Remove the target = "_blank" and provides the linked page in a new page or tab (depending on browser configuration) if Javascript is not available. The other solutions (including mine) would produce nothing useful to the user
javascript ruft server-funktionen auf .NET Framework Ich habe eine webseite, in der benutzer z.b. durch clicken javascript-code aufrufen kann. Dieser javascript-code soll datenbank?nderungen machen. Da das js ja nur im client l?uft, muss anforderung an den server. Am geschicktesten geht das wohl mit einem XMLHttlRequest. Damit kann das javascript dann z.b. ein GET database.asp?action = insert&value = test triggern. Gibt es daf 1) ASP.NET (1) Native (1) Database (1) Load (1) HttpRequest (1) Jedes g?ngige JavaScript-Framework kann das. Bsp:: http: / / api.jquery.com / jQuery.get / - - Gru?, Thomas [MVP ASP / ASP.NET] http: / / www.69grad.de Mit ungef?hr 3 Zeilen javascript Code geht das auch: / / <![CDATA[ var xs; function gs() { if (window.XMLHttpRequest) return new window invalid> schrieb: Warum fragst Du dann? Und wo ist dabei das von dir gew?nschte JavaScript Dingens? Zum Thema: Nimm, wie von Thomas empfohlen, jQuery. Damit hast Du dann die eierlegende Wollmilchsau unter den JavaScript Frameworks. - - Tschau, Stefan Microsoft MVP - Visual Developer ASP / ASP.NET http: / / www.asp-solutions.de
I get the message that it is not a meneber. What goes after the onload, Javascript ot VB. I thought Javascript but the runat server and the language = vb makes me wonder. What am I doing wrong? ASP.NET Discussions Error (1) Routine (1) VB (1) OnLoad javascript (1) ion.pdf" n e Look at your page html source to confirm that your file has been load. Also try to call your js function from address bar, like: javascript:setWidthHeight(this); Also try with: onLoad = 3D"javascript:setWidthHeight(this);". At the very end, you can try with venkman, a free javascript debugger for firefox. Best regards. Look at your page html source to confirm that your file has been load. Also try to call your js function from address bar, like: javascript:setWidthHeight(this); Also try with: onLoad = "javascript:setWidthHeight(this);". At the very end, you can try with venkman, a free javascript debugger