| Server IP : 138.197.176.125 / Your IP : 216.73.216.41 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/adpharmaceuticals.com/includes/ |
Upload File : |
<!-- #include file="../buybestmedicine.comThemes.inc" -->
<script language="JavaScript1.2">
function txtSearch_Click(isGo)
{
if(isGo == 1)
{
if(document.frmSiteSearch.search.value=="")
{
alert("Please enter search text");
document.frmSiteSearch.search.focus();
return false;
}
document.frmSiteSearch.action="Search.asp?search="+document.frmSiteSearch.search.value+"&mode=allwords";
document.frmSiteSearch.submit();
}
}
function deletemas()
{
alert("Already One Item Is In Your Basket, To Add This Item First Detete Old Item From Basket");
return false;
}
function duplicate()
{
alert("Already This Item Is In Your Basket");
return false;
}
function showSWFPreview()
{
currSWF = 'images_Green/buybestmedicine.comLogo.swf'
var isSelection = currSWF;
var browser=navigator.appName;
if (browser=="Microsoft Internet Explorer")
{
var flashObjStr = "<object type=application/x-shockwave-flash width='170' height='80' loop=false id=OBJECT1><PARAM NAME=Movie value='"+isSelection+"'><param name=wmode value=transparent></object>"
}
else
{
var flashObjStr = "<object type=application/x-shockwave-flash data='"+isSelection+"' width='170' height='90' loop=false id=OBJECT1><param name=wmode value=transparent></object>"
}
document.getElementById('FlashLogoDisplay').innerHTML = flashObjStr;
}
</script>
<%
sqlDisplaycartDescription="select * from SCSettings"
set rsDisplaycartDescription=server.CreateObject("adodb.recordset")
rsDisplaycartDescription.open sqlDisplaycartDescription,cn,1,3
if not rsDisplaycartDescription.eof then
sDisplayProductTypeDescription=rsDisplaycartDescription("DisplayProductTypeDescription")
sCurrencySymbol=rsDisplaycartDescription("CurrencySymbol")
sDisplayCategoryDescription=rsDisplaycartDescription("DisplayCategoryDescription")
end if
%>
<%
sqlCurValDisplay="select * from SCSettings"
set rsCurValDisplay=server.CreateObject("adodb.recordset")
rsCurValDisplay.open sqlCurValDisplay,cn,1,3
%>
<% if Request.QueryString("command")="addtocart" Then
isMaximumQuantity=false
sqlQty="select * from MastProductTypeQty where ProductTypeQtyID="& Request.QueryString("ProductTypeqtyId")
set rsQty=server.CreateObject("adodb.recordset")
rsQty.Open sqlqty,cn,1,3
if rsCurValDisplay("MultipleProductSelectionInCart") then
if session("ProductTypeQtyID") = "" then
if Session("qty") + rsQty("qty")>500 then
isMaximumQuantity=true
msgMaximumQuantity="You can't order more then 500 quantity."
else
session("ProductTypeQtyID")=Request.QueryString("ProductTypeQtyID")
session("itemcount")=session("itemcount")+1
Session("qty")= Session("qty") + rsQty("qty")
end if
else
dim varProductTypeQtyID
varProductTypeQtyID=Split(session("ProductTypeQtyID"),",")
isDuplicate=false
for i=0 to ubound(varProductTypeQtyID)
if Request.QueryString("ProductTypeQtyID")= varProductTypeQtyID(i) then
msgDuplicate="This Product Already Added In Your Basket"
isDuplicate=true
end if
next
if isDuplicate=false then
if Session("qty") + rsQty("qty")>500 then
isMaximumQuantity=true
msgMaximumQuantity="You can't order more then 500 quantity."
else
session("ProductTypeQtyID")= session("ProductTypeQtyID") &","& Request.QueryString("ProductTypeQtyID")
session("itemcount")=session("itemcount") + 1
Session("qty")= Session("qty") + rsQty("qty")
end if
end if
end if
else
if Session("qty") + rsQty("qty")>500 then
isMaximumQuantity=true
msgMaximumQuantity="You can't order more then 500 quantity."
else
session("ProductTypeQtyID")=Request.QueryString("ProductTypeQtyID")
session("itemcount")=session("itemcount")+1
Session("qty")= Session("qty") + rsQty("qty")
end if
End if
End if
//response.Write(Session("qty"))
%>
<body>
<form name="frmSiteSearch" id="frmSiteSearch">
<tr>
<td height="78" align="left">
<Div id='FlashLogoDisplay'></Div></td>
<td valign="bottom">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" width="40%">
<a href="products.asp">
<img src="<%=Session("Themes_Images") %>/Header_banner.JPG" alt="Online buy medicine"
border="0" /> </a></td>
<td height="78" align="left">
<table width="100%" border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td height="20" colspan="2" valign="top" class="leftnav">
<strong> Search Products</strong></td>
</tr>
<tr>
<td align="right">
<input type="text" name="search" size="20" class="input" onKeyPress="return txtSearch_Click(0);"
value="<%=request.QueryString("search")%>" /></td>
<td>
</td>
<td align="left">
<a href="#" onClick="return txtSearch_Click(1);">
<input type="image" src="<%=Session("Themes_Images") %>/GO.jpg" width="30" height="20"
border="0" /></a>
<!--<a href="#"><img src="<%=Session("Themes_Images") %>/go-bu.gif" width="30" height="20" border="0" /></a>-->
</td>
</tr>
</table>
</td>
<td>
<table width="99%" border="0" align="right" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2" valign="top">
<%if session("CustomerLoginEmailID")<>"" then%>
<strong>Welcome <font color="#0c4b8e">
<%=session("CustomerFName")%>
</font></strong>
<br />
</strong>
<%end if%>
</td>
</tr>
<tr>
<td colspan="2" valign="top">
<%if session("CustomerLoginEmailID")<>"" then%>
<a href="user_profile.asp" style="color: Black">View Details</a> | <a style="color: Black"
href="signOut.asp">Signout </a>
<%end if%>
</td>
</tr>
<tr>
<td valign="top">
</td>
<td>
</td>
</tr>
<tr>
<%
arrTotalPath=split(request.ServerVariables("PATH_INFO"),"/")
FileName=arrTotalPath(ubound(arrTotalPath))
%>
<td width="17%" valign="top">
<a href="shopping_cart.html">
<img src="<%=Session("Themes_Images") %>/cart.gif" width="27" height="26" border="0" /></a></td>
<td width="83%">
<span class="leftnav"><a href="basket.asp?from=<%=FileName%>&id=<%=request.QueryString("id")%>">
<strong>Shopping Cart</strong></a></span></td>
</tr>
<tr>
<td valign="top">
</td>
<td valign="top">
<span class="orange">Now in our cart: Item
<%if session("itemcount")="" then %>
0
<% else %>
<%=session("itemcount")%>
<% end if %>
</span>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" align="center" >
<table height="30" width="100%" align="center" border="0" cellspacing="0" cellpadding="0" style="height:55px">
<tr align="center">
<td align="center" style="background: url(<%=Session("Themes_Images") %>Menu_Back.jpg) repeat-x;">
<a href="index.asp" style="text-decoration: none"><span class="title" style="font-size: 15px">
Home</span></a></td>
<td align="center" style="background: url(<%=Session("Themes_Images") %>Menu_Back.jpg) repeat-x;">
<a href="About_Us.asp" style="text-decoration: none"><span class="title" style="font-size: 15px">
About Us</span></a></td>
<td align="center" style="background: url(<%=Session("Themes_Images") %>Menu_Back.jpg) repeat-x;">
<a href="products.asp" style="text-decoration: none"><span class="title" style="font-size: 15px">
Products</span></a></td>
<td align="center" align="center" style="background: url(<%=Session("Themes_Images") %>Menu_Back.jpg) repeat-x;">
<a href="Services.asp" style="text-decoration: none"><span class="title" style="font-size: 15px">
Services</span></a></td>
<td align="center" align="center" style="background: url(<%=Session("Themes_Images") %>Menu_Back.jpg) repeat-x;">
<a href="Highlights.asp" style="text-decoration: none"><span class="title" style="font-size: 15px">
Highlights</span></a></td>
<td align="center" style="background: url(<%=Session("Themes_Images") %>Menu_Back.jpg) repeat-x;">
<a href="Faq.asp" style="text-decoration: none"><span class="title" style="font-size: 15px">
Faq's</span></a></td>
<td align="center" style="background: url(<%=Session("Themes_Images") %>Menu_Back.jpg) repeat-x;">
<a href="Contact_Us.asp" style="text-decoration: none"><span class="title" style="font-size: 15px">
Contact Us</span></a></td>
<td width="50%" style="background: url(<%=Session("Themes_Images") %>Menu_Back.jpg) repeat-x;">
</td>
<!-- onmouseover="this.style.background='url(<%=Session("Themes_Images") %>Menu_Back1.jpg)';"
onmouseout="this.style.background='url(<%=Session("Themes_Images") %>Menu_Back.jpg)';" -->
</tr>
<tr>
<td style="width: 100%" colspan="10">
<table style="width: 100%" cellpadding="0" cellspacing="0">
<tr>
<td align="left" style="background-color: #f4fdcc; width: 5px; height: 10px; border-bottom: 1px solid f4fdcc;
border-top: 1px solid f4fdcc; vertical-align: top">
<img src="<%=Session("Themes_Images") %>108.jpg" width="350px" height="18px" />
</td>
<td align="left" style="background-color: #f4fdcc; width: 5px; height: 10px; border-bottom: 1px solid f4fdcc;
border-top: 1px solid f4fdcc; vertical-align: top">
</td>
<td align="left" style="background-color: #f4fdcc; border-bottom: 1px solid f4fdcc;
border-top: 1px solid f4fdcc;">
<img src="<%=Session("Themes_Images") %>p3.gif" width="110px" height="15px" />
</td>
<td align="left" style="background-color: #f4fdcc; border-bottom: 1px solid f4fdcc;
border-top: 1px solid f4fdcc;color:#A50E08;">
<marquee onmouseover="this.stop();" width="100%" onmouseout="this.start();">
<span style='background-color:'> <font color=#FFFFFF> <B></B></font>
</span> <B>
<font >Generic Viagra 20 pills , </font>
<font >Tadalafil 20 pills ,</font>
<font >Generic Levitra 10 pills ,</font>
<font >Soft Tablets 20 pills ,</font>
<font >Women Viagra (Femigra) 12 pills</font>
</marquee>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</form>
</body>
<script language='javascript' type="text/javascript">
showSWFPreview();
</script>