Tag Archives: Aspid

Formatting text. in DWMX

Howdy all, I am trying to structure a field so it displays simply a certain number of characters, so if the value in the particular field exceeds 20 than it will eventually only display the best 20 characters. I checked the particular formatting feature in the bindings window as well as tried Trim but it has’nt shortened the worthiness on the page I’m displaying it about. I think i’m going relating to this the wrong way too because the fit, be it quit or right, does’nt help you state how many characters you’re looking to display therefore is there a method to display a certain lots of characters of internet of a field Thanks earlier, Mitch……. You will discover javascript solutions with this. You can limit the quantity of allowed characters (and consist of a counter), and add an automatic jump into the next field once the limit is reached (as from a form that collects creditcard numbers etc) in order to. Several links below. http: //www. smartwebby. com/DHTML/textbox_characters_counter. asp http: //www. shiningstar. net/articles/articles/javascript/dynamictextareacounter. aspID=AW http: //javascript. with regards to. com/library/bltxtmax1. htm.

Posted in Web Design | Tagged , , , , , , , | Leave a comment

Session variable in DWMX

Hi all, i’m still working away at my ‘search’ web page but have produced some progress! What I want to do now is move a session variable for the next page. I have a text box using a form and your session variable known as ptype. I have emergency the session for the empty text box with the user to enter. The form features a submit button and the code to open the following page is seeing that follows… srchresults. aspID=< %= Session(" ptype" ) %> The subsequent page should list the final results filtered from the particular session variable but should the results page opens the URL on the top of the page appears this… http: //localhost/mysite/Intranet/srchresults. aspID= The text the user input in the textfield is just not there. once i open the recordset property for that results page and test it by manually keying in text that pulls up effects!! Can anyone tips me on where My business is going wrong you need to Mitch…….. Tips on how to assign Session(" ptype" ) Including.. Code: < % Session(" ptype" ) = Request. Form(" ptype" ) %> .

Posted in Web Design | Tagged , , , , , | Leave a comment