Problem with Anchor Tag in CF

2008-05-01 Thread shariff sml
Hi every one i have Problem with Anchor tag using in CF cfoutput A href=http://www.MyClass.com/radio4/schedule.htm##developer/ADF/adf_overview.htm; Some Text/A- display from fragmentation id position in file with this absolute address. /cfoutput I know that this is not related to CF and its

Re: Problem with Anchor Tag in CF

2008-05-01 Thread shariff sml
Hello Phillip http://www.MyClass.com/radio4/schedule.htm is the index of the page so that i should refer to this index first and then to the internal link ##developer/ADF/adf_overview.htm but i am confused why IE is not supporting , this was working before but i should made some changes in

Re: Problem with Anchor Tag in CF

2008-05-01 Thread shariff sml
Hi Dave yes i under stand what you are trying to tell me, but i cant change the format because its client requirement and this was return by some one before and it was not changed , they need this like this only. is there any way to do or i should change the name it self as you said

hi guys can any one help me in the Query below

2008-04-21 Thread shariff sml
Hey GUys, for months Ive been calling thickbox (jquery plugin) from inside cfdivs using cfloop query=mydsn a href=javascript:tb_show('My Image Caption','/img/#fetchgallery. ImageName#') rel=The Name of my gallery class=thickbox img src=/img/#fetchgallery.ThumbNailImageName# border=0/

hi guys can any one help me in the Query below

2008-04-21 Thread shariff sml
cfset attributes.ids = ValueList(GetAllAdmins.Author) cfset attributes.perm = ValueList(GetAllAdmins.IsAdmin) cfset adminQueryRaw = QueryNew(empid,lastname,firstname,status) cfset badIDs = cfloop from=1 to=#ListLen(Attributes.ids)# index=ThisPlace cfscript thisemployeeid =

hello folks How to do paging on looping a list i was confused please help me

2008-04-21 Thread shariff sml
cfset attributes.ids = ValueList(GetAllAdmins.Author) cfset attributes.perm = ValueList(GetAllAdmins.IsAdmin) cfset adminQueryRaw = QueryNew(empid,lastname,firstname,status) cfset badIDs = cfloop from=1 to=#ListLen(Attributes.ids)# index=ThisPlace cfscript thisemployeeid =

how to implement pagging on a list please c the code below

2008-04-21 Thread shariff sml
cfset attributes.ids = ValueList(GetAllAdmins.Author) cfset attributes.perm = ValueList(GetAllAdmins.IsAdmin) cfset adminQueryRaw = QueryNew(empid,lastname,firstname,status) cfset badIDs = cfloop from=1 to=#ListLen(Attributes.ids)# index=ThisPlace cfscript thisemployeeid =