Webforumz's RSS FeedRSS Webforumz RegistrationRegister Contact Webforumz StaffContact

Odd input field not displaying problem

This is a discussion on "Odd input field not displaying problem" within the Classic ASP section. This forum, and the thread "Odd input field not displaying problem are both part of the Program Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > Classic ASP

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Jun 26th, 2006, 22:50
New Member
Join Date: Jun 2006
Location: here
Age: 63
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Odd input field not displaying problem

Hi all,

I have a page that displays 2 input fields and buttons, which do not show up everytime on peoples IE. Some people can see the fields and buttons and others cannot. I couldn't see it at first when my friend had me go to the page. But a day after that, my IE finally decided to let me see the input fields.

Are there any known problems that cause this, as the page has been working fine for about 2 years now with no changes.

Here is the code:

%@ Language=VBScript %>
<%
Dim sMessage, sReturnMessage
sMessage = Request.QueryString("login")
select case sMessage
Case "fail"
sReturnMessage = "Your search did not find a match."
Case "unconfirmed"
sReturnMessage = "Your browser must have cookies enabled<br>to use this site."
case else
sReturnMessage = "none"
end select
%>

<html>
<head>
<title>Find a Couple - 2 of Hearts Honeymoons.com</title>
<link rel="STYLESHEET" href="css/menu.css" type="text/css">
<link rel="STYLESHEET" href="css/global.css" type="text/css">
<link rel="STYLESHEET" href="css/index.css" type="text/css">
<link rel="STYLESHEET" href="css/register.css" type="text/css">
</head>

<script type="text/javascript">
function showmenu(elmnt)
{
document.all(elmnt).style.visibility="visible"
}
function hidemenu(elmnt)
{
document.all(elmnt).style.visibility="hidden"
}
</script>
<body>
<!--#include file="header.asp" -->
<div class="page_title">
Find
</div>
<br><br>
<form name=search id=search method=POST action="searchResults.asp">
<img class="float_left" src="images/find.jpg" width="200" height="135">
<table class="table_content">
<tr>
<td class="field_names" width="125px">Last Name:</td>
<td class="field_data" width="125px"><input id="txtB" name="txtB"></td>
<td width="250px">&nbsp;</td>
</tr>
<tr>
<td class="field_names" width="125px">First Name:</td>
<td class="field_data" width="125px"><input id="txtG" name="txtG"></td>
<td width="250px">&nbsp;</td>
</tr>
<tr>
<td colspan="2" align="center"><br>
<input id="submit1" type="submit" value="Find" name="submit1">
&nbsp;
<input name="reset" type=reset style="WIDTH: 65px" value=Reset width="65">
</td>
<td width="200px">&nbsp;</td>
</tr>

</table>
<br><br><br><br>
</form>
<!--#include file="footer.asp" -->
</BODY>
</HTML>


Thanks.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old Jun 27th, 2006, 00:11
New Member
Join Date: Jun 2006
Location: here
Age: 63
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Odd input field not displaying problem

Ok, nevermind on this one, I found out it was due to some bad coding with Css.

This is resolved.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
odd, input, field, displaying, problem

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Displaying relevant field names stroodle01 Classic ASP 2 Oct 5th, 2007 08:11
Validating Input Text field Mallik Flash & Multimedia Forum 1 Jun 11th, 2007 15:44
Need javascript to set input field value field jdadwilson JavaScript Forum 3 May 9th, 2007 05:47
Input problem BGarner Web Page Design 2 Jan 23rd, 2007 17:11
adding a field input to the subject in a form goatsalad PHP Forum 1 Feb 3rd, 2006 15:49


All times are GMT. The time now is 16:13.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8