Quantcast
Channel: SCN: Message List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 9165

Re: How to refer Welcome file(except index.html) in XSJS project.

$
0
0

Thank you so much Jerry for your support.

 

I did this by creating one "index.html" file in parent folder and redirected to the required page by java script coding from index.html .

 

index.html :-

 

 

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

<title>Insert title here</title>

<script type="text/javascript">

window.location.replace("absolute path of  required file/xxx.html");

</script>

</head>

<body>

 

 

</body>

</html>



Viewing all articles
Browse latest Browse all 9165

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>