Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
2answers
205 views

What if script tag has both “src” and inline script?

I am wondering what if one script tag has both "src" and inline script. I tried below code. <script src="http://yui.yahooapis.com/2.8.1/build/yahoo/yahoo-min.js" type="text/javascript" ...
1
vote
3answers
161 views

Ajax jQuery Best practices: avoid inline script?? then how do I pass variables

I just read in a best practices article for jquery and ajax that I should avoid defining behavior for elements on the page with inline script. That does make sense since it makes the code very ...
1
vote
1answer
126 views

jQuery.load() with AJAX Kontactr form

After seeing many questions about how jQuery.load() handles tags in the content to be loaded, I see that jQuery strips out inline tags. But, I'd like to use Kontactr for the contact page in my site, ...
1
vote
2answers
984 views

Inline scripting in ASP.NET

I want to learn advanced and basic things about ASP.NET inline scripting like <img src="<%= Page.ResolveUrl("~")%>Images/Logo.gif"/> or <asp:Label ID="lblDesc" runat="server" ...
0
votes
1answer
184 views

dojo.xhrGet(): how to execute inline javascript?

simple question: How do I execute inline javascript in a HTML page snippet loaded with dojo.xhrGet()? Being new to dojo I'm a bit confused this doesn't just work like in JQuery ... Can anyone help?? ...
0
votes
1answer
34 views

Changes HTML attr with inline scripting

I was trying to do this : <asp:GridView ID="gvBugList" runat="server" AutoGenerateColumns="False" ShowHeader="False" DataSourceID="linqDSBugList" Width="100%" AllowPaging="true" ...