o0O0o.o0O0o
05-15-2008, 03:26 AM
hi ,
i want to know if i am building home pages with 5 links or 5 forms.
Now every link will have its corresponding html file with necessary JS
I want to load them on homepage DIV using ajax.
Now which is the best way to do.
Should i code each page separately , chk it and then direcly use like
get(a.html) target = div-content
or i have to code each page with reagards to home page.
IN first case , there will be files , JS files , Css files which will get repeated and can cause problems . Beacuse my individual files are working correct but when i import them in DIV tag , they they work well in IE but in FF they don't
So how you people do that
i want to know if i am building home pages with 5 links or 5 forms.
Now every link will have its corresponding html file with necessary JS
I want to load them on homepage DIV using ajax.
Now which is the best way to do.
Should i code each page separately , chk it and then direcly use like
get(a.html) target = div-content
or i have to code each page with reagards to home page.
IN first case , there will be files , JS files , Css files which will get repeated and can cause problems . Beacuse my individual files are working correct but when i import them in DIV tag , they they work well in IE but in FF they don't
So how you people do that