I'm a newly appointed webmaster with no experience in it and trying to get the basics so I have two questions:
1. Anyone have recommendations for books or learning tools (so I don't have to keep asking these beginner questions)
2. I am trying to create a drop down box to act as a TOC for something further down in the same file. I can create the box and options and I think that I have everything else right but when I try and follow the link, I get a debug scripting error that says Error: Permission Denied. Here is what I have in html:
<form>
<select name=demo1 size="1"
onchange="location.href=(form.demo1.options[form.demo1.selectedIndex].value)"
align="center">
style="margin-top: 0; margin-bottom: 0"
align="center"
style="color:navy"
style="borderutset"
style="font-size: 10"
style="background:#ffffff">
<option value=<a href="#Chapter 2">Chapter 2</option>
<option value=<a href="#Chapter 3">Chapter 3</option>
<select>
<form>
I am using this as experimentation and do not have it on our web server. It is on a desktop that has front page 2000 installed. It is a protected page on our web server so I am curious to see if that transferred somehow but than I am not sure.
Thanks in advance,
Steve
1. Anyone have recommendations for books or learning tools (so I don't have to keep asking these beginner questions)
2. I am trying to create a drop down box to act as a TOC for something further down in the same file. I can create the box and options and I think that I have everything else right but when I try and follow the link, I get a debug scripting error that says Error: Permission Denied. Here is what I have in html:
<form>
<select name=demo1 size="1"
onchange="location.href=(form.demo1.options[form.demo1.selectedIndex].value)"
align="center">
style="margin-top: 0; margin-bottom: 0"
align="center"
style="color:navy"
style="borderutset"
style="font-size: 10"
style="background:#ffffff">
<option value=<a href="#Chapter 2">Chapter 2</option>
<option value=<a href="#Chapter 3">Chapter 3</option>
<select>
<form>
I am using this as experimentation and do not have it on our web server. It is on a desktop that has front page 2000 installed. It is a protected page on our web server so I am curious to see if that transferred somehow but than I am not sure.
Thanks in advance,
Steve