Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Need help as soon as possible

Featured Replies

Hello, I have assignment to add frame scripting to the following HTML page. I am completely lost with framesets in JavaScript. My task is to create a function that will be called when each link is clicked. You will also add code to the existing <A> tags to invoke the function. When the function is called, pass the class name of the related link as an argument. The function will write that text to the parent window’s text box. The function will then close the child window. Add a button to the classList.htm file. Script this button to write the text no class chosen to the parent window’s text box. Then script the button to close the child window. The user can click this button if no link is selected.

 

Can someone become friends with me and help me get started?

 

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

 

<HTML>

<HEAD>

<TITLE>CIW Class List</TITLE>

<script LANGUAGE="JavaScript">

<!--

 

// Create a function that writes data to the parent window.

// The function will then close the child window.

 

 

 

 

// -->

</SCRIPT>

</HEAD>

<BODY>

<H3 ALIGN="center">CIW Web Languages</H3>

<HR>

<TABLE BORDER>

<TR BGCOLOR="lightgrey"><TH>Web Development</TH><TH>Enterprise Development</TH></TR>

 

<!-- USe the links to call the function passing the class name as an argument -->

 

<TR><TD><A HREF="http://www.w3schools.com/js/default.asp";>JavaScript</A></TD>

<TD><A HREF="http://www.javavideos.net">Java</A></TD></TR>

<TR><TD><A HREF="http://www.tizag.com/perlT";>Perl</A></TD>

<TD><A HREF="http://ooaduml.com/node/283">OOAD</A></TD></TR>

<TR><TD><A HREF="http://www.tizag.com/phpT">PHP</A></TD>

<TD><A HREF="http://www.jdbc-tutorial.com">JDBC</A></TD></TR>

<TR><TD><A HREF="http://www.tizag.com/aspTutorial">ASP</A></TD>

<TD><A HREF="http://www.conceptgo.com/gsejb/index.html">EJB</A></TD></TR>

</TABLE>

<P ALIGN="center">

<FORM>

 

<!-- Create a button that when clicked, writes to the parent window, then closes the child window -->

 

<INPUT TYPE="button" VALUE="close window" onClick=""top.frames[1].myFrame.location.href=’http://www.amu.apus.edu’; ">

 

 

<input type="hidden" name="instructor" value="">

<input type="hidden" name="username" value="">

<input type="hidden" name="scramble" value="">

<input type="hidden" name="courseid" value="">

<input type="hidden" name="keepkey" value="">

<input type="hidden" name="filename" value="classList.htm"></form>

 

</P>

</BODY>

</HTML>

 

 

</BODY>

</HTML>

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.