Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jul 05, 2012 08:22 AM by Himanshu Porwal
Member
28 Points
23 Posts
Jul 04, 2012 10:01 AM|LINK
Hi,
I want take the src value only from bellow string .How can i achive it?
<FRAMESET frameSpacing=0 border=0 frameBorder=0 rows=100%,* MARGINWIDTH="0" MARGINHEIGHT="0"><NOFRAMES></NOFRAMES><FRAME frameSpacing=0 marginHeight=0 src="homepage.asp?sid=44C241090514488390744FAD98512122&agencyid=SC-Charleston-County" frameBorder=0 name=body marginWidth=0 HEIGHT="100%" WIDTH="100%"></FRAMESET> </HTML>
Regards
Divya
Jul 04, 2012 12:21 PM|LINK
any one to help me
Participant
925 Points
203 Posts
Jul 04, 2012 12:40 PM|LINK
I don't see any SRC value? are you trying to set src value of frame using javascript?
Jul 04, 2012 02:13 PM|LINK
I want to get the src value only from the above string
src="homepage.asp?sid=44C241090514488390744FAD98512122&agencyid=SC-Charleston-County
116 Points
40 Posts
Jul 05, 2012 08:22 AM|LINK
Try by providing a ID to frame and then accessing them Frame using its Id and try to get the Parameter required.
divyacool
Member
28 Points
23 Posts
Take SRC only
Jul 04, 2012 10:01 AM|LINK
Hi,
I want take the src value only from bellow string .How can i achive it?
<FRAMESET frameSpacing=0 border=0 frameBorder=0 rows=100%,* MARGINWIDTH="0" MARGINHEIGHT="0"><NOFRAMES></NOFRAMES><FRAME frameSpacing=0 marginHeight=0 src="homepage.asp?sid=44C241090514488390744FAD98512122&agencyid=SC-Charleston-County" frameBorder=0 name=body marginWidth=0 HEIGHT="100%" WIDTH="100%"></FRAMESET>
</HTML>
Regards
Divya
divyacool
Member
28 Points
23 Posts
Re: Take SRC only
Jul 04, 2012 12:21 PM|LINK
any one to help me
alvingeorge
Participant
925 Points
203 Posts
Re: Take SRC only
Jul 04, 2012 12:40 PM|LINK
I don't see any SRC value? are you trying to set src value of frame using javascript?
divyacool
Member
28 Points
23 Posts
Re: Take SRC only
Jul 04, 2012 02:13 PM|LINK
I want to get the src value only from the above string
src="homepage.asp?sid=44C241090514488390744FAD98512122&agencyid=SC-Charleston-County
Himanshu Por...
Member
116 Points
40 Posts
Re: Take SRC only
Jul 05, 2012 08:22 AM|LINK
Try by providing a ID to frame and then accessing them Frame using its Id and try to get the Parameter required.