Thanks.
But I have to look for the character string from backwards too.
for eg.
var a = "abcdef\nghijklm\nopq\rst\";
I would like to get the substring like
1. "rst"
2. "nopq"
3. ...
Hi,
I have a string which has some "Enter keys" (\n). I am looping through the string for each occurance of the "\n".
I need to get the substring before the occurance of "\n".
For eg:
string = "This is a test string. (enter key) Each string has some values (enter key) and some defined...
Hi,
I am using wss 2.0/sp2 and frontpage 2003.
I have a document library with certain folders and files and i need to append a custom form below that with some text, comment field and a submit button. When i click on the submit button, it should store the data in another list item (created...
Hi
environment: wss2.0, fp2003
This thread is related to my previous post on removing the logo.gif from all pages in a site.
I have applied a theme to a site and customized the site by editing the theme css file using frontpage 2003.
It works fine if i do the changes using frontpage UI...
Hi,
I am using FrontPage 2003 and WSS 2.0.
I have applied a theme on a site and customized it. How can i remove the logo image (the small group icon) for the entire site (just the current site) using frontpage.
Any help appreciated.
Thanks
Gane
Thanks Nocoolhandle.
But if you have looked at my sample results, it will display the records only if all the empids matches in both tables for the groupid.
The query you have written will return records even if there is one matching record missing in employees table.
Hi
I have 2 tables:
Employees
---------
empid
EmpGroup
--------
empid
Groupid
I would like to write a query to fetch the empid,Groupid from empgroup table ONLY if the empid in empgroup table has an exact match for the empid in Employees table for the groupid in empgroup table.
Sample...
Hi
How to select records for each month of current year in stored procedure. (starting from 1st month of the current year to current month)
for eg: i have a sample query for a specific month with hardcoded date range
select sum(subtotal) from table1 where (invodate >= '09/01/2004' and invodate...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.