After installing my new Radeon9200 i ended up having to reformat my hard drive as i was getting a black screen.
Now the Vid card works windows is reinstalled... but my second hard drive is not being acknowledged.
The cables are all in properly nothing was changed in the hard drive set up...
Windows was already loaded on this computer with the 20gig drive... we initially had this same problem and the vendor did a dos command of some sort that allowed it to load windows 98
The eejit using the computer was having problems and instead of finding out what the problem was he formatted...
We installed a 20 gig hard drive on an older system.
When trying to install windows 98... it goes all the way through the install then when it goes to start windows for the first time we are getting a disk write error and that's all she wrote
can anyone help me with this
i believe there is a...
ty
but to do it that way the user would have to open table.asp first not the form page and yes it does work that way.
However I am being obstinant and want them to open registration page first and then, only if they want an image beside their name, they click the open images button and choose...
Can you pass an AutoNumber Id from a database table made with asp to another page using javascript?
I have one page Form.asp on this page i have a javascript function that opens a window with Table.asp. This is a database table of images from a database. (this whole part works perfectly)
Now...
The values are numbers... ie 1,2,3,4,5 etc. (these are the primary key (autonumbers) from an access database.) and they are populating the text box correctly as 1,2,3,4, etc.
dancin
[wink]
:)
this exact script works on .html pages where a user types a number into the text box... the setOther() on the parent window works perfectly.
on my asp pages where the value of thisBox="<FP_rs FieldVal,(fp_rs("IconId")%>"> i get the error...
When you see the child window...
hi jeff been a busy couple of days
ok this is the asp
<%
fp_sQry="SELECT * FROM ICON ORDER BY IconID ASC"
fp_sDefault=""
fp_sNoRecords="<tr><td colspan=2 align=left width=""100%"">No records returned.</td></tr>"...
Thanks again ev1
Ok I took everything you said and decided to try it out by making 2 new pages with .htm extensions and lo and behold the
document.myForm.thisBox.value
worked perfectly.
Now the question is why isn't it working on my two asp pages?
same function same script exactly (cept the...
<script language="javascript">
function setOther()
{
window.opener.document.theForm.theBox.value=
'document.myForm.thisBox.value';
}
</script>
this is the function
it writes the whole 'document.myForm etc. line into the text box on the parent page.
dancin
i have it writing to the parent page
but its writing the whole string.... ie... document.myForm.thisBox.value
instead of the value
gettin there in bits and bytes lol
sigh i just want the VALUE to show in the text box on the parent page but danged if i can figure out why its not
as you...
Thankyou jeff
but i'm still getting a runtime error that says
a runtime error has occurred
Line 10
'document.myForm.thisBox.value'is null or not an object
:(
Ok I have 2 pages both are asp pages.
On the registration form i have a button that when clicked opens up a pop up window with a list of icons that can be chosen from a database (this part works perfectly). I have populated the textbox on this page from the database.
Now my users can choose...
I have a Reg form in FrontPage2000.
On this Regform I want users to be able to choose and icon they want beside their name on a user list.
On the Regform I have a pop up button that pop’s up a page with a list of icon’s from a database with a radio button beside them.
I want my users to be...
Ok i have a page called for eg. shows.asp. On this page is a bunch of icons.
On the form page (tourneyreg.asp) i have a button that brings up the shows.asp in a pop up window.
Beside each of the images on the shows. page is a radio button. I want to be able to have a user click on one of...
I have a database with an icon table .. the files are listed like this IconId 1
Icon icon1.gif.
People fill out the form and I have a drop down box with a list of the files from the icon table. Right now it is just giving the file name ie icon1.gif. Is there a way to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.