You are correct, this will only be used by 1 person (maybe another in the future), and will only be used when a massive training session is taught. We have a standard browser configuration that all users use (cross-browser compliance is still a priority though, in case the browser configuration...
How about this?
<a href="http://www.montereyleads.com/contactform.cfm?prodline=1&source=1&boat=<%=Request.QueryString("ID")%>" target="_blank" onmouseover="MM_swapImage('Button_Brochure','','images/Button_dlbrochure2.gif',1)" onmouseout="MM_swapImgRestore()"><img...
I have been working on a Training database here at work, and have almost finished it, but am lacking a way to insert and update a bunch of records at once.
I am needing to figure out how to insert up to 450 records from an ASP page, but the kicker is that I need for the user to choose an...
I need to know how to backup the SQL Server 2000 databases and then restore them to SQL Server 2005.
Our current setup is Windows 2000 with SQL Server 2000, although we need to format and fresh install Windows 2003 and SQL Server 2005.
Do I just need to use the Backup Database dialog in EM...
I am trying to help a coworker at a different facility troubleshoot their website.
The problem is that in Firefox, the links show up with the link target in the link text, fouling up the design of the page. I am really not sure what is causing this, I can't see anything in the code that would...
I am using Macromedia Dreamweaver code to show/hide the links...
<div id="resultsnav">
<ul>
<% If MM_offset <> 0 Then %>
<li><a href="<%=MM_moveFirst%>">|< First</a></li>
<li><a href="<%=MM_movePrev%>">< Previous</a></li>
<% End If ' end MM_offset <> 0 %>
<% If MM_offset = 0...
I am updating our Intranet from table-based design to CSS and am having problems getting my first/previous/next/last navigation to look right.
Basically it shows |< First and <Previous links if the user is not on the first page and shows the Next > and Last >| links if the user is not on the...
There was a mistake in the code above,
document.form1[ctlName3].Value=info.epi;
needs to be changed to,
document.form1[ctlName3].Value = info.epi;
Since I am so new to javascript, I don't have an explanation, but it doesn't work without the "=" having spaces before and after.
Thanks,
Drew
I finally figured this out. I decided to use ASP to write out a JSON string, then eval it in the javascript. Here is the updated code,
The ASP page that writes out the data,
Dim rsName
Dim rsName_numRows
Set rsName = Server.CreateObject("ADODB.Recordset")
rsName.ActiveConnection =...
I am using AJAX to return a name from the database so that the user inputting data knows that they input the correct register # (a unique number for each person in the db).
Here is the interface code,
<label for="RegNo" class="required">First Name:</label>
<input type="text" id="RegNo"...
Thanks for the reply.
I removed the width: 95%; and replaced it with min-width: 95%; This still didn't make the fieldset strech out, but it did accomplish what I was trying to do, which was to keep the questions from wrapping (I know that they still could on a lower resolution).
Thanks,
Drew
Yes it is. I have uploaded 2 screenshots...
http://www.swvtc.dmhmrsas.virginia.gov/IE.jpg
http://www.swvtc.dmhmrsas.virginia.gov/FF.jpg
Sorry for the size, I didn't want to skimp on the details...
Drew
I am fairly new to CSS... If I open the page in Firefox, the fieldset streches across the page, if I open it in IE, it doesn't strech across the page (or 95% of the page).
Drew
I am trying to set a fieldset width to 95%, but this seems to only work in Firefox. Anyone know of a workaround?
http://www.swvtc.dmhmrsas.virginia.gov/style.htm\
Thanks,
Drew
Ok... I am a dummy! Sorry for wasting your time genomon... My problem was that my label was not long enough to show the month, but it was throwing me off because it would show "Physicals Due - " and then stop. When I removed the dash, it showed up like "Physicals Due J".
Thanks for spurring...
I have a report that when opened, it opens a form named Months that has a dropdown of all of the months of the year, when the user selects a month and clicks Get Report, the report is loaded and the record source is set to a stored procedure (yes, it is an ADP) with the month as a parameter...
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.