Screenshots screen
width*
) {this
resized=true; this
width=screen
width*
; this
style
cursor=
hand
; this
alt=
Click here to open new window\nCTRL+Mouse wheel to zoom in/out
;}
onclick=
if(!this
resized) {return true;} else {window
open(
/upload/
gif
);}
alt=
src=
onload=
if(this
width>screen
width*
) {this
resized=true; this
width=screen
width*
; this
alt=
Click here to open new window\nCTRL+Mouse wheel to zoom in/out
;}
border=
>return imgzoom(this);
onmouseover=
if(this
width>screen
width*
) {this
resized=true; this
width=screen
width*
; this
style
cursor=
hand
; this
alt=
Click here to open new window\nCTRL+Mouse wheel to zoom in/out
;}
onclick=
if(!this
resized) {return true;} else {window
open(
/upload/
gif
);}
alt=
src=
onload=
if(this
width>screen
width*
) {this
resized=true; this
width=screen
width*
; this
alt=
Click here to open new window\nCTRL+Mouse wheel to zoom in/out
;}
border=
>PaginationInternationalization return imgzoom(this);
onmouseover=
if(this
width>screen
width*
) {this
resized=true; this
width=screen
width*
; this
style
cursor=
hand
; this
alt=
Click here to open new window\nCTRL+Mouse wheel to zoom in/out
;}
onclick=
if(!this
resized) {return true;} else {window
open(
/upload/
gif
);}
alt=
src=
onload=
if(this
width>screen
width*
) {this
resized=true; this
width=screen
width*
; this
alt=
Click here to open new window\nCTRL+Mouse wheel to zoom in/out
;}
border=
>return imgzoom(this);
onmouseover=
if(this
width>screen
width*
) {this
resized=true; this
width=screen
width*
; this
style
cursor=
hand
; this
alt=
Click here to open new window\nCTRL+Mouse wheel to zoom in/out
;}
onclick=
if(!this
resized) {return true;} else {window
open(
/upload/
gif
);}
alt=
src=
onload=
if(this
width>screen
width*
) {this
resized=true; this
width=screen
width*
; this
alt=
Click here to open new window\nCTRL+Mouse wheel to zoom in/out
;}
border=
>Rich formatText selection
源码下载
有个问题等高手解决就是怎么搞都不能支持中文不知道要改哪个地方!期待
ASP+AJAX autocompant ASP完整演示
ASP+AJAX源码下载
翻页和其他扩展功能正在完善
复制代码 代码如下:
比如newCAPXOUSAutoComplete(wikifunction(){
returnautocompleteasp?typing=+escape(thistextvalue);
});
那么在asp要接受值
typing=trim(RequestQueryString(typing))
然后查询
SetRs=ConnExeCute(SELECTYGBHDWYGXMFROMwuhen_t_ygWHEREygxmLIKE%&typing&%ORDERBYygbhDESC)
问题出在这查询在地址栏目中输入值能有接过但是ajax却不能返回值#
复制代码 代码如下:
<scriptlanguage=javascriptrunat=server>
functiondecode(str){
returnunescape(str);
}
</script>
typing=decode(trim(RequestQueryString(typing)))