0
votes
1answer
5 views
RedirectUrl info lost after doing postback in client-side code.
My login page works like this: when you enter it, javascript reads some info from you, writes it into some input and does submit so that the read data can be read and processed on server.
<script …
2
votes
4answers
3k views
Browser & version in prototype library?
I am used to using Atlas. Recently i have started transitioning to jQuery and sometimes prototype. The project that i'm currently working on is using prototype.
In Prototype, is there an easy way to …
1
vote
4answers
326 views
JQuery Scrolling/Paging Tabs
I am trying to create a simple tab bar for a site that has the ability to scroll for tabs that do not fit on the page. This is quite simple and does not need to have any ajax or dynamically loaded …
0
votes
0answers
6 views
Grease Monkey script + XPath
How do i set the XPath to a Grease Monkey script
//Beautifying all the links....
var allLinks, thisLink;
allLinks = document.evaluate(
'//a[@href=starts-with(name(),www.elakiri.com)]', …
2
votes
3answers
71 views
Script tag in JavaScript string
I am encountering an issue where having a ending script tag inside a quoted string in JavaScript, and it is killing the script. I assume this is not expected behaviour. An example of this can be …
0
votes
1answer
21 views
The server method ‘methodname’ failed.
I have strange error when calling WebService/C# from javascript.
The server method 'GetGoogleToken' failed.
No details, no stacktrace.
On server, I set breakpoint - everything works smoothly and I am …
0
votes
1answer
17 views
automatic reloading page content with xmlhttprequest
how can i auto reload my page contetn with xmlhttprequest and php after few minutes.......!!
like in setInterval............!!
0
votes
1answer
43 views
Dynamically adding HTML fields with Javascript and CodeIgniter
I've been having a lot of troubles with this for the past few hours right now and I'm really not seeing where the problem is. Every single code snippet I find on the Internet is telling me I'm doing …
0
votes
1answer
78 views
clipboard image send to email
how to clipboard image send to email using C#.Net with java script web application
0
votes
3answers
252 views
Silverlight 3 onload event binding multiple instances
I have two silverlight instances embedded in a page like follows (content simplfied to relevant details only):-
<object id="SL1" data="data:application/x-silverlight-2," …
0
votes
0answers
9 views
using onComplete event’s and pages.xml
I have an "a4j:commandButton" that runs some JavaScript on an "onComplete" event.
There is also an "action" that is calling a method.
<a4j:commandButton action="#{Bean.Method()}"
…
0
votes
2answers
16 views
java script for radiobuttonlist select and deselect
hi, i have an radio buttonlist control. in which data are coming from DB and bidning in .cs file
now i need to write an javascript that if user select item 1 in radiobuttonlist it gets selected …
0
votes
5answers
25 views
javascript function calling inside a page_load event of asp.net
hi friends
How can i call a javascript function in the page_load event of a asp.net c# web application
I also want to pass a variable to that javascript function.
0
votes
1answer
4 views
How do I get colors to work in sIFR 3 r436?
I've got a demo page up here; you can view source to see what I'm trying to do.
As you can see, everything about it seems to be working except for colors. I'm trying to set the color to blue …
1
vote
3answers
25 views
compairing and splitting of string inside js function
I have a string in a variable
ie;
var test= "http://www.gmail.com@%@http://www.google.com@%@http://www.yahoo.com@%@";
i have this thing in my javascript function.
i want to split this string from …
