Showing posts with label html. Show all posts
Showing posts with label html. Show all posts

Wednesday, March 28, 2012

Direct method call from html event

I'm just beginning trying to get familiar with Atlas and beforehead I'm curious whether it is possible to get a event handler called without having to execute the whole state flow of a page.Hi,

do you mean a server event handler? If so, the page must go through its whole lifecycle.

DHTML Tree

H All

I wanna to create an DHTMLTree without an Ajax just HTML and JavaScript

I wish to help me

Thanks

I did this long back. We basically need to create 4 div tags & do the css tweaks inside...checkout these links...

http://www.spacedust.com/scripts/rounded_table/

http://kalsey.com/2003/07/rounded_corners_in_css/

http://www.webdevelopersnotes.com/tips/html/html_table_tutorial_rounded_corners.php3

HTH

Cheers

Vishal Khanna

(pls mark as answer if reply helps)


You can use the RoundedCorners control found in the AJAX Control Toolkit, check out the demo:http://www.asp.net/AJAX/AjaxControlToolkit/Samples/RoundedCorners/RoundedCorners.aspx

Also check out http://www.cssplay.co.uk/boxes/four_cornered.html andhttp://www.html.it/articoli/niftycube/index.html

-Damien


Thank you for your help but I need a way to make a text box have a rounded corner by using HTML or JavaScript .

All of the solution you post applied on the div only.

Smile


Thank you for your help but I need a way to make a text box have a rounded corner by using HTML or JavaScript .

All of the solution you post applied on the div only.

Smile


You can't round a input / textbox, but you can "trick" it. Here's one effect:http://www.webxpert.ro/andrei/2006/10/20/rounded-border-textbox-ii/ and here's anotherhttp://pupungbp.erastica.com/css/rounded-corner-input-form/

Another is to use the DIV approach and make your textbox inside it match by blanking out all the styles of the textbox (e.g. transparent background, no border, etc).

-Damien


Hi all

I wann a javascript code to discovor the div Scroll bar is end on noe yet

Pls Help Me


I wanaa to ask How I can detect the scrol bar in div if it end or not

Thanks


You can usescrollTop andscrollHeight, if the two are equal, you are at the end.

-Damien


I was try this but the scrollTop and scrollHeight ar not the same when the scroll in the end

Adawi


HI

I wanna to check if mouse button is clicked continuasly on table <td>

can U help me