Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / JScript / October 2004

Tip: Looking for answers? Try searching our database.

frame problem

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Savas Ates - 29 Oct 2004 10:11 GMT
i have a main page when i click the link i want to change the src of child
frames of window.. when i use  window.parent.sa.src it doesnt work

i can also add an image with id .. how can i manage this image..
parent.sa.imageid.src like this help me please?

//////////////////////////////////////////////

<iframe id="sa" name="sa" src="y.htm" height="100" width="500"></iframe>
<br><br>
<iframe src="x.htm" height="500" width="300" name="yy" id="yy"></iframe>

//////////////////////////////////////////////

x.htm
***************************
<script>
function git()
{window.parent.sa.src='http://www.yahoo.com'}
</script>
<a href="javascript:git()">TIKLA </a>
************************

y.htm

-----------------------------------------------
<script>
function git()
{parent.yy.location.reload('http://www.google.com')}
</script>
<a href="javascript:git()">TIKLA </a>
---------------------------------------------
bruce barker - 29 Oct 2004 20:35 GMT
try:

<script>
 function git() {
   window.parent.frames['sa'].location.reload('http://www.yahoo.com') ;
 }
</script>

 <a href="#" onclick="javascript:git();">TIKLA </a>

-- bruce (sqlwork.com)

> i have a main page when i click the link i want to change the src of child
> frames of window.. when i use  window.parent.sa.src it doesnt work
[quoted text clipped - 28 lines]
> <a href="javascript:git()">TIKLA </a>
> ---------------------------------------------

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.