I need to write out an html file and save it to my computer.
I have all the html writing and I am putting it into a textbox but it is a lot of text to copy and paste into a file. I want to just save out to a file.
Is there an easy way to do this?
Thank you
Aaron
Thank you
GingerR
Your questions helped me figure it out.
Now the textbox updates the list box.
Me.Class_List = Me.ClassID_textbox
and the list box updates the textbox
Me.ClassID_textbox = Me.Class_List
Thanks again
Aaron
I have a form with a list box and a text box that both update a table to saves a value in a table which I use in some reports. Sometimes I know what the ClassID number is and just type it in the text box and press the button other times I select the ClassID from the list box.
This all works...
I have 2 drop-down boxes and I want the first to sort the 2nd one. The 2nd drop-down box is not being sorted.
1st drop down: sort_Class_List
Row Source Type: Value List
Row Source data: 'class_name';'campus';'class_name';'start_date'
Default Value: 'campus'
On click:
Private Sub...
Thank you all.
I can figure out to what Wullie suggested.
When I press the 'brower' button it works.
Then when I press the 'Upload' button, it does not submit the form, it clears 'file1'.
Then when I click it again it submits the form, but of course 'file1' is empty!
I took out...
I could only change the border of the 'Browse..' button:
<input type="file" Name="BannerGIF" style= "border: 1px solid #greenhex#;" size="50" >
And it changes the border to the file input form field and the 'Browse..' button.
Aaron
Can I can the look of the 'Browse..' button that comes with the file input form field?
<form action="#ThisPageName#" ENCTYPE="multipart/form-data" METHOD="post">
<input type="file" Name="BannerGIF" Value="#BannerGIF#"...
replace the double quotes around template="" with template=''
<input type="hidden" name="doc" value= "<cfinclude template='../Secure/Req/eSignDocs/#rsLoginVerification.docNumber#/Doc.cfm'>">
This works for any nesting of double quotes.
Aaron
We are trying to get Java plug-in 1.4.1 working on a mac OS X 10.2.
It seems like even though we upgraded the OS to 10.2 it is still running java 1.3.
How do I find out which version of the Java plug-in is running?
How do I choose which one to run?
We have a java "application" that...
I "decrease font" on Netscape.
That helped a lot.
How do I avoid having user have to adjust their font size?
should I set the font size?
Also if I resize the window the text overlaps the images.
Is there a way to avoid this?
I am using "absolute" positioning, because I can...
I need to have a vertical bar that is a little longer than the "body text" of the page, that seperates the "link menu" from the "body text". And at the bottom our logo image.
I am using style sheets.
The problem of course is that the page looks good in I.E. (5.0...
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.