| GetNextURL() | ใช้คืนค่า URL ของไฟล์ที่เก็บรายละเอียด ตามตำแหน่งถัดไป |
|---|
method:GetNextURL ( filename )
return type:String
content:ใช้คืนค่า URL ของไฟล์ที่เก็บรายละเอียด ตามตำแหน่งถัดไป
example:Set nextlink = Server.CreateObject ( “MSWC.NextLink” ) Dim next_url = nextlink.GetNextURL ( “detaillink.txt” )