Click here to Skip to main content
16,012,223 members

Comments by rajdeep kumar (Top 13 by date)

rajdeep kumar 26-Sep-12 2:56am View    
Hey Sandeep,

Suppose i clicked button in my html page, which will open a new page with URL given below, for eg..

[ "https://tools.cisco.com/gdrp/coiga/showsurvey.do?surveyCode=7189&keyCode=000038167&gId=dssd" ]

now once it opened, i want to search for keycode in current URL,if it found then fetch the keycode value(000038167) and open the another page with URL like

[ "https://secure.aaaaa.com/at/actionlog" + "?transaction=" + KeyCode + ">" + "&adv=5742&country=AR&event=12583" ]

else show with some default keycode value..

Could u plz tell me how to do this stuff,how to write javascript function and call it from my HTML page.
rajdeep kumar 22-Sep-12 7:29am View    
Hi Zoltán Zörgő, thanks for your answer,
but the link u hv gvn for guide is using jquery, actually i want to make it using html/css and javascript only. so please couls u plz tell me how can i proceed for this problem...

i m repatng my questons..
suppose i click one button/link/images etc it will open https://tools.aaa.com/gdrp/coiga/showsurvey.do?surveyCode=7189&keyCode=000038167&gId=#pf:CONTACT_ID#
now i want when the browser is processing to open the above link,some javascript function will call,which search for keycode in processing link, if it is found replace the proceesing link with( window.location.replace(linkurl + '?transaction=' + KeyCode + linktext );)...otherwise it will show the keycode value nd show the link with defult keycode value. means i want to change the innerhtml value in html...
rajdeep kumar 3-Mar-12 2:34am View    
most welcome..
rajdeep kumar 28-Feb-12 23:18pm View    
Thanks a lot friendz.
rajdeep kumar 24-Feb-12 3:55am View    
ear Sir, its not like that i don't know any thing about ViewState, i reffered in many sites and read all things, but did't find any example from where i will understand properly. i m not saying that you tell me every line of code one by one, just give me one proper example related to ViesState.

Thanks in advance.
plz give me proper guidence.