I have an aspx form from which I would like to pop up a new window. I can do that using an ASP.Net hyperlink control with the Target value set to "_blank". How can I control the dimensions ...
Hi,
I have a form, and in this form, there's a drop down menu, two buttons (labelled "add" and "remove") and finally, a listbox.
The question is, when the user clicks on the add button, ...
Hi All
The code below is not doing as I want it to. I took the code from another place and modified to suit my needs.
When Yes is Selected I want the whole table to show, but it shows is the...
Hi I am designing a DHTML menu. When sombody selects an item in the menu I want another table to drop down under the menu. I use a javascript function for this which inserts the html table int...
Hi,
I have a table where the data in a particular cell to be wrapped at 15th character.
I tried the option of <td width=15 > but it won't work.
I need the text to wrapped at every 15t...
Can someone point me in the right direction to find a list of swear words. The filter-program part is easy but the list could be very very long. All I'm looking for is a link.
Thanks.
Ne...
Is there a way to put a character within HTML so when someone prints the HTML form/screen I can force a page break. I want to develop a new HTML form/screen for an employee to fill out, and wh...
Hi I don't know much java script, here is some code I'm trying out
function validate(){
var user = document.optionsForm.user.value;
alert(user);
-> if(isWhitespace(user)){
warnInvalid...
Hello Experts
I am looking at the question and answer:
http://www.experts-exchange.com/Web/Web_Languages/Q_20916437.html
I created a web form (.aspx) playing around with the examples g...
Hi, I am trying to read data from a flat text file using ASP and convert it to Binary, before writing the binary to an MS SQL 2000 DB record.
I know how to read flat files using ASP and als...
I'm new here....Hello. Gotten a lot of search results pointing here...Excited to join.
How can you call a javascript function in asp.
<%
...
%>
jsFunc()
<%
...
%>
doesn't work bec...
Hi,
I am having a main window and I am opening a pop-up window from this main window. From the pop-up window I need to open another pop-up as a modal window. When I open this model window a...
Hi all experts,
I'd like to know how to create a hyperlink (javascript or other techniques are also welcome) so that when client clicks on the link, web browser (only IE is fine, but workin...
I am creating a webform that includes a button to delete a record. I would like to have the user confirm the record deletion by displaying and yes/no message box. It is possible to display a...
Hi all,
I want to create a table that has a long width because I want to show as many as columns that I want. So I want to make my table width as big as I can but I don't want to see a hori...
I have users uploading files of up to 50MB or more through the website I maintain. The problem is, many users are apparently getting frustrated without seeing feedback on the progress of thei...
HI Experts,
I am creating a web page that is going to be a sideways scrolling page. the background image is about 1500px wide. This page is going to have a user login textbox at the top of ...
Hi ,
Unable to call the VBscript function location() from JScript function LocateUser()
<script language="JScript">
function LocateUser(NoofUser)
{
var i;
if(document.frmM...
I previewed my html in my browser and copied and pasted it into the body of my email, but I'm having some display issues. I know there is a more technical way to do this, but I don't know how ...
What can be used in place of
10:
.
.
GoTo 10
in VBscript?
Thank you
Here is the Vbscript I am trying to run and I get this following error:
Error :"Arguments are of the wrong type, are out of acceptable range or are in conflict with one another".
Code : 8...
Hi guys,
I didn't know whether this question belonged to CSS or HTML, so I'm posting it here :)
how do I make the font of the link of a page I'm currently on bigger?
I have a news archi...
I am try to create a webpage that is frame based. The 'left' frame is used to display a table of contents. In the 'right' frame, I want to be able to show that word document without having t...
i would like to protect Copy&Paste and Print functions in a web application.
How do i disable Ctrl+C,Ctrl+V,Ctrl+P,Ctrl+N and Alt+PrintScreen keys.
i am using win2k and IE browser.
Can an...
Hi,
I have an ASP page that draws up a report and display it to the user. If the user wishes to do so, he can click a "print" button which activates the printer dialog via javascript. This ...