Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~2K People Reached
Favorite Forums

6 Posted Topics

Member Avatar for Rahul V S

hi friends, I'm trying to read an XML file using a jQuery 1.4 ajax ... the code is something like this ... [CODE] $.ajax({ type: "GET", url: "abcde.xml", dataType: "xml", error: function(){ /* error lines goes here */ }, success: function(){ /* success lines goes here */ } }); [/CODE] …

Member Avatar for Matthew N.
0
248
Member Avatar for babbu

hi, did you try eval() ? [CODE] var val = window.opener.document.getElementById("Baseline:EngineModel").value; document.frmname.action = "<portlet:actionURL><portlet:param name='page' value=" + eval(val.value) + "/></portlet:actionURL>"; document.frmname.submit(); [/CODE] or may be [CODE] var val = window.opener.document.getElementById("Baseline:EngineModel").value; alert(val.value); /*or similar trick just to check that whether it comes up till here properly as desired ... */ document.frmname.action …

Member Avatar for babbu
0
530
Member Avatar for Rahul V S

Hi, I am about to create a web based application, using only free web technologies like Ruby on Rails or PHP. But its a bit hard for me to finalize on a free / open source database management system, that will help in performance, scalability, portability and easy hosting. I …

Member Avatar for griswolf
0
816
Member Avatar for fire eaters

try this ... hope this u wanted ... [CODE] <script type="text/javascript"> $(".mm").click(function(){ if ($("#ee").css('width') == '800px'){ $("#ee").animate({ 'width':'200px' }) } else{ $("#ee").animate({ 'width':'800px' }) } }); </script> [/CODE]

Member Avatar for extemer
0
124
Member Avatar for Rahul V S

Hi, :) I am a newbie here and this is my first post. :?: I always wonder whether there is a better way of putting this or that or is there a work around for that, etc.... :idea: So, its better if we can have an uncluttered discussion topic that …

Member Avatar for LaxLoafer
0
103
Member Avatar for jonsan32

Hi, i think there is a little more insight needed because, there are say like "n number" of ways to perform this but want to know how you are trying to perform this. do you reload the entire page on click of the highlighted image? if yes, then i think, …

Member Avatar for shravan24
0
247

The End.