HI,
I need an HTML form preview script.. When a user clicks submit a pop-up should come up with the information the user entered in the form. I would also like when the window pops up the bac...
I have an HTML table whose columns sometimes change width, and I want to make rounded corners on it. I made the rounded corner images as cell backgrounds, and I made them larger than the cell ...
I have a WPF datagrid where I would like to change the background color of a row as soon as user selects it. It seems the IsSelected property of the DataGridRow is not working.
Please revie...
I want to create a table where the header row and the first column will be locked from scrolling, much like the functionality MS-Excel provides
the code is currently working on IE but I canno...
I have a web page containing a form menu. When the user selects a choice from the menu by pushing one of its buttons, a different page is printed [with the print dialog box intervening unfortu...
Experts,
I have a <form> with some <input type="text"> fields and a "Calculate" <input type="submit"> button. The user fills the form and clicks the "Calculate" button.
This launches Aj...
Hello,
I have an ajax function that is run when a form is posted. When the form is submitted it posts back to the same page, and processes it with the values submitted in the form. I am abl...
Hi,
I am using IE8 here, and table padding doesn't seem to work. I have some tabular data I want to display in an HTML table, the padding works in FireFox, but not in IE, IE just ignores it...
Hi
I am trying to write a login page for our Guest wireless network but have no real coding skills :( I was wondering if anyone could steer me a bit closer to creating the following:
I ...
I have an href to an executable file which does not work.
The code is attached.
The purpose of the link is to run an ActiveX install.
This page is within the corporate intranet and the Acti...
I've got a php form where I accept some feedback content. Two fields in there have values input in arabic . The HTML code where I define those two input values is attached below.
These values...
I have a form that uses JavaScript to show/hide fields for a bride and groom. There is a border around the Bride's div, and one around the groom's div. The bride's border surrounds all of th...
Hi,
i have an page where a m*m matrix is generated per JavaScript. The HTML Matrix is table based.
The Matrix contains a header row and a label column. Each cell is filled with userdata (w...
I have a drop down list in which I select a stock:
Two buttons that does "view more info" or "add to portfolio"
These are all contained in the same form as I need the 'POST' action to r...
Hi,
I've a text box in which I've a value like ,3,23,356,26,35, and I need to remove one number each time when a number is clicked, and I call the method like deleteThis(n) where n is the p...
Hello,
I am running SCCM SP1 and I am trying to install the MP role on a secondary site. IIS, BITs, WebDAV are installed however I got in the MPmsi.log the following error
MSI (s) (0C!C0...
Hi Experts,
I have 1 text box and 1 Select control in my html. I have to select the listed value from the dropdown based on value entered in Text box.
if ttt.value = "EF", then that should...
I have a drop-down on my site wherein a user makes a selection, presses GO, and PHP queries a database based on their selection. The problem is, after the user presses GO the drop-down returns...
I have a HTML data capture screen and from the data entered by the user I am creating HTML output form. When the user enters a java script like for example
<script language=javascript>al...
Hi,
i have written a simple applet that runs fine in eclipse applet viewer. I exported it to a .jar and placed it in a folder along with test.html. the web page does not display the applet ...
I am creating an email that contains couple of data tables. Problem is when I view my email on Blackberry, each table cell is coverting into a seperate line. I want to keep the column structur...
I would like the code to remain intact in a <textarea> form field. How do I keep it from pasing html entities when the form is submited?
I would like to know the best way to layout directories for a website.
for examlpe if you go to:
http://www.timesonline.co.uk/tol/news/
this shows you a website.
but then if you go to:...
Hey experts,
Suppose I have in page1.html a hyperlink the contains the value test; and I want on click of this link, to go another page - page2.html - passing to it as a parameter the val...
Don't think this is possible, but just to make sure:
Let's say I am implementing a page on the url http://localhost/default.aspx
If I would add an <A> on this page, like this: <a href="?id=1...