Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested Web Development Solutions: 126 - 150 of 2157
 
When a user adjust the browser size such as the width, the web pages' divisions, images, and other content become out of place. How can we adjust a web page to always fit in a browser without ...
I have a recordset that MIGHT come back empty from my SQL query.  I want to output the recordset, but my pages error out when I try to response.write a NULL set.  I basically need to find the ...
There are some websites that are viewable from the US, but not viewable from other countries. How do I view one of these websites? For example, the website www.netquote.com is accessible fr...
I am working on a chat system for a new project of mine that I would like to float above the content at the bottom of the page and scroll with the page while staying at the bottom of the page....
I am changing a webpage that was created in Microsoft Word.  I know that is not the best program to use, but the page is big and existing!  I am wanting to do 2 things.  1 is that I have a pic...
I have a list of about 2000 locations (Country-Region-City) and I am considering using them as options in a dropdown menu with one option preselected. I would like to know: 1) Is it feasibl...
How do I redirect visitors to a web site by their source IP address. I want to be able to send users local to the network to one web page, and anyone outside of the company to a different web ...
Hello, I have made a web part that displays messages stored in an array at random using math.random(). The problem is that a new message will appear only when the page is enterd or refreshe...
Hi I'm trying to find a way to force an entire table cell to become a hyperlink (without using a background image). I would also like it if alt text could be displayed on mouseovers -Mike
I have two web applications running on the same server. One is using port 80 and the other is using port 81. When accessing my web application with the port 80, it works but when I change it t...
Hi, I am trying to add an attribute OnChange to a CheckBox control, I have tried doing this both in HTML and in the code behind like so: <asp:CheckBox id="chkb1" runat="server" OnChange=...
I need to be able to open a pop up window.  The popup window takes the lineId from the parent window.  E.g.  I click on Item # 2355.  The child window opens and shows me details of Item#2355 t...
Hi All,   Could you please show me the clear difference between the following:   innerHTML   outerHTML   innerText   outerText  I need sample code to show distinct difference between t...
Hi, all I am facing a problem with a very easy script that i did for a site. I have o drop down menu and a text area in a page. I want to be able when i change the drop down menu to chang...
Hi All, 1) I need to check a textbox for numeric data input using Javascript and need to let the user proceed further only if the data entered is numeric. How do I ensure this? If the user ...
Greetings Experts! I have a problem, I hope I can describe it clearly, it is somewhat annoying and troublesome and weird. Here is what is going on: On my aspx page, I have two textbox cont...
Hi experts, Please help ... My environment: Windows 2003, IIS wiuth ASP.Net and C#, set up authentication with SMTP server I use ASP.Net with C# and call CDO.dll to send mail via SMTP...
I would like to be able to "lock" a radio button much in the same way that a text field can be "locked" using the Readonly property.  I have tried the Disable property but it changes the appea...
I think you need to be more elaborate in your question to experts exchange. It is not very easy to understand what you are trying to do. Example. I have a php webpage with an html drop down...
I have a form in PHP that will submit $_POST to a script for processing.  Right now I have a confirmation box (javascript) that pops up when the 'submit' button is clicked asking 'Are you sure...
Hi, I want to show and hide DIV-elements by using multiple radio buttons (and diffent radio names). The problem is that when I "hit" a radio button the content of the other radio b...
I had a web site running with ASP. I want to know who visit my site. Instead of knowing their IP address, how can i get the client Computer name or User Name.. Eg. Tom surf my site through...
Hello experts, I am in need of javascript source code that would do the follwoing for me;- http://www.obout.com/t2/ht_howto.aspx Many Thanks
I've written a little online page editor using an IFRAME in designMode.  All works well except 1 thing that keeps bugging me. When typing in the frame, upon pressing Enter, the IFRAME creat...
Hi Everyone, My question is a small one.... In a file element in a form <INPUT TYPE=FILE etc etc>, the user can browse for a file on their computer and the element holds the path to the ...